Html Css Color HEX #466FBB Steel Blue

📋 copy color: '#466FBB'

red 70 ◦ green 111 ◦ blue 187

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

Shades of Steel Blue #466FBB

Tints of Steel Blue #466FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 19.02%
G = 30.16%
B = 50.82%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#466FBB (or 0x466FBB) is known color: Steel Blue. HEX triplet: 46, 6F and BB. RGB value is (70,111,187). Sum of RGB (Red+Green+Blue) = 70+111+187=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #466FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FBB is #B99044. Grayscale: #6B6B6B. Windows color (decimal): -12161093 or 12283718. OLE color: 12283718.

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

Color convert

RGB 70 111 187 -
CMYK 0.63 0.41 0 0.27
HSL 218.97º 0.46% 0.5% -
HSV(B) 218.97º 0.63% 0.73% -
XYZ 17.18 16.26 49.25 -
YUV 107.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 70 111 187 0.63 0.41 0 0.27 218.97 0.46 0.5
Hex 46 6F BB 3F 29 0 1B DB 2E 32
Octal 106 157 273 77 51 0 33 333 56 62
Binary 1000110 1101111 10111011 111111 101001 0 11011 11011011 101110 110010

Color Harmonies of #466FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FBB

Black with #466FBB

Text Example


Text Example

White with #466FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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