Html Css Color HEX #477DA3 Steel Blue

📋 copy color: '#477DA3'

red 71 ◦ green 125 ◦ blue 163

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

Shades of Steel Blue #477DA3

Tints of Steel Blue #477DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.4%

R = 19.78%
G = 34.82%
B = 45.4%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#477DA3 (or 0x477DA3) is known color: Steel Blue. HEX triplet: 47, 7D and A3. RGB value is (71,125,163). Sum of RGB (Red+Green+Blue) = 71+125+163=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #477DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DA3 is #B8825C. Grayscale: #707070. Windows color (decimal): -12091997 or 10714439. OLE color: 10714439.

HSL color Cylindrical-coordinate representation of color #477DA3: hue angle of 204.78º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #477DA3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 125 163 -
CMYK 0.56 0.23 0 0.36
HSL 204.78º 0.39% 0.46% -
HSV(B) 204.78º 0.56% 0.64% -
XYZ 16.54 18.65 37.38 -
YUV 113.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 71 125 163 0.56 0.23 0 0.36 204.78 0.39 0.46
Hex 47 7D A3 38 17 0 24 CD 27 2E
Octal 107 175 243 70 27 0 44 315 47 56
Binary 1000111 1111101 10100011 111000 10111 0 100100 11001101 100111 101110

Color Harmonies of #477DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DA3

Black with #477DA3

Text Example


Text Example

White with #477DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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