Html Css Color HEX #467FBD Steel Blue

📋 copy color: '#467FBD'

red 70 ◦ green 127 ◦ blue 189

#467FBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #467FBD

Tints of Steel Blue #467FBD

RGB

 RED value IS 70 (27.73% from 255) = 18.13%

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 18.13%
G = 32.9%
B = 48.96%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#467FBD (or 0x467FBD) is known color: Steel Blue. HEX triplet: 46, 7F and BD. RGB value is (70,127,189). Sum of RGB (Red+Green+Blue) = 70+127+189=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #467FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FBD is #B98042. Grayscale: #747474. Windows color (decimal): -12156995 or 12418886. OLE color: 12418886.

HSL color Cylindrical-coordinate representation of color #467FBD: hue angle of 211.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467FBD is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 127 189 -
CMYK 0.63 0.33 0 0.26
HSL 211.26º 0.47% 0.51% -
HSV(B) 211.26º 0.63% 0.74% -
XYZ 19.3 20.15 51.02 -
YUV 117.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 70 127 189 0.63 0.33 0 0.26 211.26 0.47 0.51
Hex 46 7F BD 3F 21 0 1A D3 2F 33
Octal 106 177 275 77 41 0 32 323 57 63
Binary 1000110 1111111 10111101 111111 100001 0 11010 11010011 101111 110011

Color Harmonies of #467FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FBD

Black with #467FBD

Text Example


Text Example

White with #467FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467FBD; }

 p { color: rgb(70,127,189); }

 H1.HeaderClassName
 {
   color: #467FBD;
 }
 .AnyTagClassName
 {
   color: #467FBD;
 }
</style>

background-color css

<style>
 a { background-color: #467FBD; }

 a { background-color: rgb(70,127,189); }

 div.DivClassName
 {
   background-color: #467FBD;
 }
 .BgClassName
 {
   background-color: #467FBD;
 }
</style>

border-color css

<style>
 span { border-color: #467FBD; }

 span { border-color: rgb(70,127,189); }

 td.TdClassName
 {
   border-color: #467FBD;
 }
 .TagClassName
 {
   border-color: #467FBD;
 }
</style>