Html Css Color HEX #477EB2 Steel Blue

📋 copy color: '#477EB2'

red 71 ◦ green 126 ◦ blue 178

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

Shades of Steel Blue #477EB2

Tints of Steel Blue #477EB2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 178 (69.92% from 255) = 47.47%

R = 18.93%
G = 33.6%
B = 47.47%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#477EB2 (or 0x477EB2) is known color: Steel Blue. HEX triplet: 47, 7E and B2. RGB value is (71,126,178). Sum of RGB (Red+Green+Blue) = 71+126+178=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #477EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477EB2 is #B8814D. Grayscale: #737373. Windows color (decimal): -12091726 or 11697735. OLE color: 11697735.

HSL color Cylindrical-coordinate representation of color #477EB2: hue angle of 209.16º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477EB2 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 126 178 -
CMYK 0.60 0.29 0 0.30
HSL 209.16º 0.43% 0.49% -
HSV(B) 209.16º 0.6% 0.7% -
XYZ 18.1 19.48 44.92 -
YUV 115.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 71 126 178 0.60 0.29 0 0.30 209.16 0.43 0.49
Hex 47 7E B2 3C 1D 0 1E D1 2B 31
Octal 107 176 262 74 35 0 36 321 53 61
Binary 1000111 1111110 10110010 111100 11101 0 11110 11010001 101011 110001

Color Harmonies of #477EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477EB2

Black with #477EB2

Text Example


Text Example

White with #477EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477EB2; }

 p { color: rgb(71,126,178); }

 H1.HeaderClassName
 {
   color: #477EB2;
 }
 .AnyTagClassName
 {
   color: #477EB2;
 }
</style>

background-color css

<style>
 a { background-color: #477EB2; }

 a { background-color: rgb(71,126,178); }

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

border-color css

<style>
 span { border-color: #477EB2; }

 span { border-color: rgb(71,126,178); }

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