Html Css Color HEX #477DAB Steel Blue

📋 copy color: '#477DAB'

red 71 ◦ green 125 ◦ blue 171

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

Shades of Steel Blue #477DAB

Tints of Steel Blue #477DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 19.35%
G = 34.06%
B = 46.59%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477DAB (or 0x477DAB) is known color: Steel Blue. HEX triplet: 47, 7D and AB. RGB value is (71,125,171). Sum of RGB (Red+Green+Blue) = 71+125+171=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #477DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DAB is #B88254. Grayscale: #717171. Windows color (decimal): -12091989 or 11238727. OLE color: 11238727.

HSL color Cylindrical-coordinate representation of color #477DAB: hue angle of 207.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477DAB is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 125 171 -
CMYK 0.58 0.27 0 0.33
HSL 207.6º 0.41% 0.47% -
HSV(B) 207.6º 0.58% 0.67% -
XYZ 17.28 18.95 41.27 -
YUV 114.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 71 125 171 0.58 0.27 0 0.33 207.6 0.41 0.47
Hex 47 7D AB 3A 1B 0 21 D0 29 2F
Octal 107 175 253 72 33 0 41 320 51 57
Binary 1000111 1111101 10101011 111010 11011 0 100001 11010000 101001 101111

Color Harmonies of #477DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DAB

Black with #477DAB

Text Example


Text Example

White with #477DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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