Html Css Color HEX #476FB7 Steel Blue

📋 copy color: '#476FB7'

red 71 ◦ green 111 ◦ blue 183

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

Shades of Steel Blue #476FB7

Tints of Steel Blue #476FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 19.45%
G = 30.41%
B = 50.14%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#476FB7 (or 0x476FB7) is known color: Steel Blue. HEX triplet: 47, 6F and B7. RGB value is (71,111,183). Sum of RGB (Red+Green+Blue) = 71+111+183=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #476FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FB7 is #B89048. Grayscale: #6A6A6A. Windows color (decimal): -12095561 or 12021575. OLE color: 12021575.

HSL color Cylindrical-coordinate representation of color #476FB7: hue angle of 218.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476FB7 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 71 111 183 -
CMYK 0.61 0.39 0 0.28
HSL 218.57º 0.44% 0.5% -
HSV(B) 218.57º 0.61% 0.72% -
XYZ 16.83 16.13 47.03 -
YUV 107.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 71 111 183 0.61 0.39 0 0.28 218.57 0.44 0.5
Hex 47 6F B7 3D 27 0 1C DB 2C 32
Octal 107 157 267 75 47 0 34 333 54 62
Binary 1000111 1101111 10110111 111101 100111 0 11100 11011011 101100 110010

Color Harmonies of #476FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FB7

Black with #476FB7

Text Example


Text Example

White with #476FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,183); }

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

background-color css

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

 a { background-color: rgb(71,111,183); }

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

border-color css

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

 span { border-color: rgb(71,111,183); }

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