Html Css Color HEX #477BAD Steel Blue

📋 copy color: '#477BAD'

red 71 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #477BAD

Tints of Steel Blue #477BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 19.35%
G = 33.51%
B = 47.14%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#477BAD (or 0x477BAD) is known color: Steel Blue. HEX triplet: 47, 7B and AD. RGB value is (71,123,173). Sum of RGB (Red+Green+Blue) = 71+123+173=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #477BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BAD is #B88452. Grayscale: #707070. Windows color (decimal): -12092499 or 11369287. OLE color: 11369287.

HSL color Cylindrical-coordinate representation of color #477BAD: hue angle of 209.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477BAD is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 123 173 -
CMYK 0.59 0.29 0 0.32
HSL 209.41º 0.42% 0.48% -
HSV(B) 209.41º 0.59% 0.68% -
XYZ 17.22 18.52 42.2 -
YUV 113.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 71 123 173 0.59 0.29 0 0.32 209.41 0.42 0.48
Hex 47 7B AD 3B 1D 0 20 D1 2A 30
Octal 107 173 255 73 35 0 40 321 52 60
Binary 1000111 1111011 10101101 111011 11101 0 100000 11010001 101010 110000

Color Harmonies of #477BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BAD

Black with #477BAD

Text Example


Text Example

White with #477BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,123,173); }

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

background-color css

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

 a { background-color: rgb(71,123,173); }

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

border-color css

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

 span { border-color: rgb(71,123,173); }

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