Color Hex Logo

#469bbf Color Hex

#469BBF
(70,155,191)
0 Favorites   0 Comments

Color spaces of #469bbf

RGB 70155191
HSL0.550.490.51
HSV198°63°75°
CMYK 0.630.190.00   0.25
XYZ23.651128.506453.5459
Yxy28.50640.22370.2697
Hunter Lab53.3914-14.3637-22.0876
CIE-Lab60.3435-14.5763-26.2381

#469bbf color RGB value is (70,155,191).

#469bbf hex color red value is 70, green value is 155 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #469bbf hue: 0.55 , saturation: 0.49 and the lightness value of 469bbf is 0.51.

The process color (four color CMYK) of #469bbf color hex is 0.63, 0.19, 0.00, 0.25. Web safe color of #469bbf is #3399cc. Color #469bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011011 10111111
Octal 106 233 277
Decimal 70 155 191
Hex 46 9B BF

RGB Percentages of Color #469bbf

%16.83
%37.26
%45.91

CMYK Percentages of Color #469bbf

%63
%19
%0
%25

Triadic Colors of #469bbf

#469bbf #bf469b #9bbf46

Analogous Colors of #469bbf

#469bbf #465ebf #46bfa7

Monochromatic Colors of #469bbf

#469bbf

Complementary Color

#469bbf #bf6a46

#469bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469bbf Color CSS Codes

.mybgcolor {background-color:#469bbf; } 
.myforecolor {color:#469bbf; }
.mybordercolor {border:3px solid #469bbf; }

#469bbf Text Font Color

<p style="color:#469bbf">Text here</p>

This sample text font color is #469bbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#469bbf Background Color

<div style="background-color:#469bbf">
Div content here</div>

This div background color is #469bbf


#469bbf Border Color

<div style="border:3px solid #469bbf">
Div here</div>

This div border color is #469bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,155,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #469bbf;
  box-shadow:         1px 1px 3px 2px #469bbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,155,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #469bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #469bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #469bbf;
  box-shadow:         1px 1px 3px 2px #469bbf;">
Div content here</div>

This div box has shadow with color #469bbf


Comments

No comments written yet.

Please login to write comment.