Html Css Color HEX #476EBC Steel Blue

📋 copy color: '#476EBC'

red 71 ◦ green 110 ◦ blue 188

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

Shades of Steel Blue #476EBC

Tints of Steel Blue #476EBC

RGB

 RED value IS 71 (28.13% from 255) = 19.24%

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

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

R = 19.24%
G = 29.81%
B = 50.95%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#476EBC (or 0x476EBC) is known color: Steel Blue. HEX triplet: 47, 6E and BC. RGB value is (71,110,188). Sum of RGB (Red+Green+Blue) = 71+110+188=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 110 (43.36% from 255 or 29.81% 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 #476EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EBC is #B89143. Grayscale: #6A6A6A. Windows color (decimal): -12095812 or 12348999. OLE color: 12348999.

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

Color convert

RGB 71 110 188 -
CMYK 0.62 0.41 0 0.26
HSL 220º 0.47% 0.51% -
HSV(B) 220º 0.62% 0.74% -
XYZ 17.25 16.12 49.78 -
YUV 107.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 71 110 188 0.62 0.41 0 0.26 220 0.47 0.51
Hex 47 6E BC 3E 29 0 1A DC 2F 33
Octal 107 156 274 76 51 0 32 334 57 63
Binary 1000111 1101110 10111100 111110 101001 0 11010 11011100 101111 110011

Color Harmonies of #476EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EBC

Black with #476EBC

Text Example


Text Example

White with #476EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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