Html Css Color HEX #466FBC Steel Blue

📋 copy color: '#466FBC'

red 70 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #466FBC

Tints of Steel Blue #466FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 18.97%
G = 30.08%
B = 50.95%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#466FBC (or 0x466FBC) is known color: Steel Blue. HEX triplet: 46, 6F and BC. RGB value is (70,111,188). Sum of RGB (Red+Green+Blue) = 70+111+188=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #466FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FBC is #B99043. Grayscale: #6B6B6B. Windows color (decimal): -12161092 or 12349254. OLE color: 12349254.

HSL color Cylindrical-coordinate representation of color #466FBC: hue angle of 219.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466FBC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 111 188 -
CMYK 0.63 0.41 0 0.26
HSL 219.15º 0.47% 0.51% -
HSV(B) 219.15º 0.63% 0.74% -
XYZ 17.29 16.3 49.81 -
YUV 107.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 70 111 188 0.63 0.41 0 0.26 219.15 0.47 0.51
Hex 46 6F BC 3F 29 0 1A DB 2F 33
Octal 106 157 274 77 51 0 32 333 57 63
Binary 1000110 1101111 10111100 111111 101001 0 11010 11011011 101111 110011

Color Harmonies of #466FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FBC

Black with #466FBC

Text Example


Text Example

White with #466FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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