Html Css Color HEX #477BA7 Steel Blue

📋 copy color: '#477BA7'

red 71 ◦ green 123 ◦ blue 167

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

Shades of Steel Blue #477BA7

Tints of Steel Blue #477BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 19.67%
G = 34.07%
B = 46.26%

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

#477BA7 (or 0x477BA7) is known color: Steel Blue. HEX triplet: 47, 7B and A7. RGB value is (71,123,167). Sum of RGB (Red+Green+Blue) = 71+123+167=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #477BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477BA7 is #B88458. Grayscale: #707070. Windows color (decimal): -12092505 or 10976071. OLE color: 10976071.

HSL color Cylindrical-coordinate representation of color #477BA7: hue angle of 207.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477BA7 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 123 167 -
CMYK 0.57 0.26 0 0.35
HSL 207.5º 0.4% 0.47% -
HSV(B) 207.5º 0.57% 0.65% -
XYZ 16.66 18.3 39.21 -
YUV 112.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 71 123 167 0.57 0.26 0 0.35 207.5 0.4 0.47
Hex 47 7B A7 39 1A 0 23 D0 28 2F
Octal 107 173 247 71 32 0 43 320 50 57
Binary 1000111 1111011 10100111 111001 11010 0 100011 11010000 101000 101111

Color Harmonies of #477BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BA7

Black with #477BA7

Text Example


Text Example

White with #477BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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