Html Css Color HEX #466EB9 Steel Blue

📋 copy color: '#466EB9'

red 70 ◦ green 110 ◦ blue 185

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

Shades of Steel Blue #466EB9

Tints of Steel Blue #466EB9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 19.18%
G = 30.14%
B = 50.68%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#466EB9 (or 0x466EB9) is known color: Steel Blue. HEX triplet: 46, 6E and B9. RGB value is (70,110,185). Sum of RGB (Red+Green+Blue) = 70+110+185=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #466EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EB9 is #B99146. Grayscale: #6A6A6A. Windows color (decimal): -12161351 or 12152390. OLE color: 12152390.

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

Color convert

RGB 70 110 185 -
CMYK 0.62 0.41 0 0.27
HSL 219.13º 0.45% 0.5% -
HSV(B) 219.13º 0.62% 0.73% -
XYZ 16.86 15.96 48.09 -
YUV 106.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 70 110 185 0.62 0.41 0 0.27 219.13 0.45 0.5
Hex 46 6E B9 3E 29 0 1B DB 2D 32
Octal 106 156 271 76 51 0 33 333 55 62
Binary 1000110 1101110 10111001 111110 101001 0 11011 11011011 101101 110010

Color Harmonies of #466EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EB9

Black with #466EB9

Text Example


Text Example

White with #466EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,185); }

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

background-color css

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

 a { background-color: rgb(70,110,185); }

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

border-color css

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

 span { border-color: rgb(70,110,185); }

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