Color Hex Logo

#467fbc Color Hex

#467FBC
(70,127,188)
0 Favorites   0 Comments

Color spaces of #467fbc

RGB 70127188
HSL0.590.470.51
HSV211°63°74°
CMYK 0.630.320.00   0.26
XYZ19.192320.111750.4474
Yxy20.11170.21380.2241
Hunter Lab44.8461-2.0899-35.3031
CIE-Lab51.96330.3915-37.5811

#467fbc color RGB value is (70,127,188).

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

The process color (four color CMYK) of #467fbc color hex is 0.63, 0.32, 0.00, 0.26. Web safe color of #467fbc is #3366cc. Color #467fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 10111100
Octal 106 177 274
Decimal 70 127 188
Hex 46 7F BC

RGB Percentages of Color #467fbc

%18.18
%32.99
%48.83

CMYK Percentages of Color #467fbc

%63
%32
%0
%26

Triadic Colors of #467fbc

#467fbc #bc467f #7fbc46

Analogous Colors of #467fbc

#467fbc #4846bc #46babc

Monochromatic Colors of #467fbc

#467fbc

Complementary Color

#467fbc #bc8346

#467fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fbc Color CSS Codes

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

#467fbc Text Font Color

<p style="color:#467fbc">Text here</p>

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


#467fbc Background Color

<div style="background-color:#467fbc">
Div content here</div>

This div background color is #467fbc


#467fbc Border Color

<div style="border:3px solid #467fbc">
Div here</div>

This div border color is #467fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,127,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 #467fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fbc


Comments

No comments written yet.

Please login to write comment.