Html Css Color HEX #477DB9 Steel Blue

📋 copy color: '#477DB9'

red 71 ◦ green 125 ◦ blue 185

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

Shades of Steel Blue #477DB9

Tints of Steel Blue #477DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.56%

R = 18.64%
G = 32.81%
B = 48.56%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#477DB9 (or 0x477DB9) is known color: Steel Blue. HEX triplet: 47, 7D and B9. RGB value is (71,125,185). Sum of RGB (Red+Green+Blue) = 71+125+185=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #477DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DB9 is #B88246. Grayscale: #737373. Windows color (decimal): -12091975 or 12156231. OLE color: 12156231.

HSL color Cylindrical-coordinate representation of color #477DB9: hue angle of 211.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #477DB9 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 125 185 -
CMYK 0.62 0.32 0 0.27
HSL 211.58º 0.45% 0.5% -
HSV(B) 211.58º 0.62% 0.73% -
XYZ 18.69 19.51 48.68 -
YUV 115.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 71 125 185 0.62 0.32 0 0.27 211.58 0.45 0.5
Hex 47 7D B9 3E 20 0 1B D4 2D 32
Octal 107 175 271 76 40 0 33 324 55 62
Binary 1000111 1111101 10111001 111110 100000 0 11011 11010100 101101 110010

Color Harmonies of #477DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DB9

Black with #477DB9

Text Example


Text Example

White with #477DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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