Color Hex Logo

#469bbc Color Hex

#469BBC
(70,155,188)
0 Favorites   0 Comments

Color spaces of #469bbc

RGB 70155188
HSL0.550.470.51
HSV197°63°74°
CMYK 0.630.180.00   0.26
XYZ23.324228.375651.8247
Yxy28.37560.22530.2741
Hunter Lab53.2688-15.0625-20.3946
CIE-Lab60.2266-15.5279-24.7298

#469bbc color RGB value is (70,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011011 10111100
Octal 106 233 274
Decimal 70 155 188
Hex 46 9B BC

RGB Percentages of Color #469bbc

%16.95
%37.53
%45.52

CMYK Percentages of Color #469bbc

%63
%18
%0
%26

Triadic Colors of #469bbc

#469bbc #bc469b #9bbc46

Analogous Colors of #469bbc

#469bbc #4660bc #46bca2

Monochromatic Colors of #469bbc

#469bbc

Complementary Color

#469bbc #bc6746

#469bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#469bbc Color CSS Codes

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

#469bbc Text Font Color

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

This sample text font color is #469bbc
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.


#469bbc Background Color

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

This div background color is #469bbc


#469bbc Border Color

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

This div border color is #469bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469bbc


Comments

No comments written yet.

Please login to write comment.