Html Css Color HEX #467FAB Steel Blue

📋 copy color: '#467FAB'

red 70 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #467FAB

Tints of Steel Blue #467FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 19.02%
G = 34.51%
B = 46.47%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#467FAB (or 0x467FAB) is known color: Steel Blue. HEX triplet: 46, 7F and AB. RGB value is (70,127,171). Sum of RGB (Red+Green+Blue) = 70+127+171=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #467FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FAB is #B98054. Grayscale: #727272. Windows color (decimal): -12157013 or 11239238. OLE color: 11239238.

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

Color convert

RGB 70 127 171 -
CMYK 0.59 0.26 0 0.33
HSL 206.14º 0.42% 0.47% -
HSV(B) 206.14º 0.59% 0.67% -
XYZ 17.47 19.42 41.36 -
YUV 114.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 70 127 171 0.59 0.26 0 0.33 206.14 0.42 0.47
Hex 46 7F AB 3B 1A 0 21 CE 2A 2F
Octal 106 177 253 73 32 0 41 316 52 57
Binary 1000110 1111111 10101011 111011 11010 0 100001 11001110 101010 101111

Color Harmonies of #467FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FAB

Black with #467FAB

Text Example


Text Example

White with #467FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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