Html Css Color HEX #477DA6 Steel Blue

📋 copy color: '#477DA6'

red 71 ◦ green 125 ◦ blue 166

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

Shades of Steel Blue #477DA6

Tints of Steel Blue #477DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 19.61%
G = 34.53%
B = 45.86%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#477DA6 (or 0x477DA6) is known color: Steel Blue. HEX triplet: 47, 7D and A6. RGB value is (71,125,166). Sum of RGB (Red+Green+Blue) = 71+125+166=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #477DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DA6 is #B88259. Grayscale: #717171. Windows color (decimal): -12091994 or 10911047. OLE color: 10911047.

HSL color Cylindrical-coordinate representation of color #477DA6: hue angle of 205.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477DA6 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 125 166 -
CMYK 0.57 0.25 0 0.35
HSL 205.89º 0.4% 0.46% -
HSV(B) 205.89º 0.57% 0.65% -
XYZ 16.82 18.76 38.81 -
YUV 113.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 71 125 166 0.57 0.25 0 0.35 205.89 0.4 0.46
Hex 47 7D A6 39 19 0 23 CE 28 2E
Octal 107 175 246 71 31 0 43 316 50 56
Binary 1000111 1111101 10100110 111001 11001 0 100011 11001110 101000 101110

Color Harmonies of #477DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DA6

Black with #477DA6

Text Example


Text Example

White with #477DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,166); }

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

background-color css

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

 a { background-color: rgb(71,125,166); }

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

border-color css

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

 span { border-color: rgb(71,125,166); }

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