Html Css Color HEX #466EBC Steel Blue

📋 copy color: '#466EBC'

red 70 ◦ green 110 ◦ blue 188

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

Shades of Steel Blue #466EBC

Tints of Steel Blue #466EBC

RGB

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

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

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

R = 19.02%
G = 29.89%
B = 51.09%

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

#466EBC (or 0x466EBC) is known color: Steel Blue. HEX triplet: 46, 6E and BC. RGB value is (70,110,188). Sum of RGB (Red+Green+Blue) = 70+110+188=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #466EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EBC is #B99143. Grayscale: #6A6A6A. Windows color (decimal): -12161348 or 12348998. OLE color: 12348998.

HSL color Cylindrical-coordinate representation of color #466EBC: hue angle of 219.66º 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 #466EBC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 110 188 -
CMYK 0.63 0.41 0 0.26
HSL 219.66º 0.47% 0.51% -
HSV(B) 219.66º 0.63% 0.74% -
XYZ 17.18 16.08 49.78 -
YUV 106.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 70 110 188 0.63 0.41 0 0.26 219.66 0.47 0.51
Hex 46 6E BC 3F 29 0 1A DC 2F 33
Octal 106 156 274 77 51 0 32 334 57 63
Binary 1000110 1101110 10111100 111111 101001 0 11010 11011100 101111 110011

Color Harmonies of #466EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EBC

Black with #466EBC

Text Example


Text Example

White with #466EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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