Html Css Color HEX #466FB8 Steel Blue

📋 copy color: '#466FB8'

red 70 ◦ green 111 ◦ blue 184

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

Shades of Steel Blue #466FB8

Tints of Steel Blue #466FB8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 19.18%
G = 30.41%
B = 50.41%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#466FB8 (or 0x466FB8) is known color: Steel Blue. HEX triplet: 46, 6F and B8. RGB value is (70,111,184). Sum of RGB (Red+Green+Blue) = 70+111+184=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #466FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FB8 is #B99047. Grayscale: #6A6A6A. Windows color (decimal): -12161096 or 12087110. OLE color: 12087110.

HSL color Cylindrical-coordinate representation of color #466FB8: hue angle of 218.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466FB8 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 70 111 184 -
CMYK 0.62 0.40 0 0.28
HSL 218.42º 0.45% 0.5% -
HSV(B) 218.42º 0.62% 0.72% -
XYZ 16.86 16.13 47.57 -
YUV 107.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 70 111 184 0.62 0.40 0 0.28 218.42 0.45 0.5
Hex 46 6F B8 3E 28 0 1C DA 2D 32
Octal 106 157 270 76 50 0 34 332 55 62
Binary 1000110 1101111 10111000 111110 101000 0 11100 11011010 101101 110010

Color Harmonies of #466FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FB8

Black with #466FB8

Text Example


Text Example

White with #466FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466FB8; }

 p { color: rgb(70,111,184); }

 H1.HeaderClassName
 {
   color: #466FB8;
 }
 .AnyTagClassName
 {
   color: #466FB8;
 }
</style>

background-color css

<style>
 a { background-color: #466FB8; }

 a { background-color: rgb(70,111,184); }

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

border-color css

<style>
 span { border-color: #466FB8; }

 span { border-color: rgb(70,111,184); }

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