Html Css Color HEX #466EBA Steel Blue

📋 copy color: '#466EBA'

red 70 ◦ green 110 ◦ blue 186

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

Shades of Steel Blue #466EBA

Tints of Steel Blue #466EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 19.13%
G = 30.05%
B = 50.82%

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

#466EBA (or 0x466EBA) is known color: Steel Blue. HEX triplet: 46, 6E and BA. RGB value is (70,110,186). Sum of RGB (Red+Green+Blue) = 70+110+186=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #466EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EBA is #B99145. Grayscale: #6A6A6A. Windows color (decimal): -12161350 or 12217926. OLE color: 12217926.

HSL color Cylindrical-coordinate representation of color #466EBA: hue angle of 219.31º degrees, saturation: 0.46, 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 #466EBA is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 110 186 -
CMYK 0.62 0.41 0 0.27
HSL 219.31º 0.46% 0.5% -
HSV(B) 219.31º 0.62% 0.73% -
XYZ 16.96 16 48.65 -
YUV 106.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 70 110 186 0.62 0.41 0 0.27 219.31 0.46 0.5
Hex 46 6E BA 3E 29 0 1B DB 2E 32
Octal 106 156 272 76 51 0 33 333 56 62
Binary 1000110 1101110 10111010 111110 101001 0 11011 11011011 101110 110010

Color Harmonies of #466EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EBA

Black with #466EBA

Text Example


Text Example

White with #466EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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