Html Css Color HEX #477BA6 Steel Blue

📋 copy color: '#477BA6'

red 71 ◦ green 123 ◦ blue 166

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

Shades of Steel Blue #477BA6

Tints of Steel Blue #477BA6

RGB

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

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

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

R = 19.72%
G = 34.17%
B = 46.11%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#477BA6 (or 0x477BA6) is known color: Steel Blue. HEX triplet: 47, 7B and A6. RGB value is (71,123,166). Sum of RGB (Red+Green+Blue) = 71+123+166=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #477BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BA6 is #B88459. Grayscale: #707070. Windows color (decimal): -12092506 or 10910535. OLE color: 10910535.

HSL color Cylindrical-coordinate representation of color #477BA6: hue angle of 207.16º 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 #477BA6 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 123 166 -
CMYK 0.57 0.26 0 0.35
HSL 207.16º 0.4% 0.46% -
HSV(B) 207.16º 0.57% 0.65% -
XYZ 16.56 18.26 38.73 -
YUV 112.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 71 123 166 0.57 0.26 0 0.35 207.16 0.4 0.46
Hex 47 7B A6 39 1A 0 23 CF 28 2E
Octal 107 173 246 71 32 0 43 317 50 56
Binary 1000111 1111011 10100110 111001 11010 0 100011 11001111 101000 101110

Color Harmonies of #477BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BA6

Black with #477BA6

Text Example


Text Example

White with #477BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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