Html Css Color HEX #477ABC Steel Blue

📋 copy color: '#477ABC'

red 71 ◦ green 122 ◦ blue 188

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

Shades of Steel Blue #477ABC

Tints of Steel Blue #477ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 18.64%
G = 32.02%
B = 49.34%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#477ABC (or 0x477ABC) is known color: Steel Blue. HEX triplet: 47, 7A and BC. RGB value is (71,122,188). Sum of RGB (Red+Green+Blue) = 71+122+188=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #477ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ABC is #B88543. Grayscale: #717171. Windows color (decimal): -12092740 or 12352071. OLE color: 12352071.

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

Color convert

RGB 71 122 188 -
CMYK 0.62 0.35 0 0.26
HSL 213.85º 0.47% 0.51% -
HSV(B) 213.85º 0.62% 0.74% -
XYZ 18.64 18.89 50.24 -
YUV 114.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 71 122 188 0.62 0.35 0 0.26 213.85 0.47 0.51
Hex 47 7A BC 3E 23 0 1A D6 2F 33
Octal 107 172 274 76 43 0 32 326 57 63
Binary 1000111 1111010 10111100 111110 100011 0 11010 11010110 101111 110011

Color Harmonies of #477ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ABC

Black with #477ABC

Text Example


Text Example

White with #477ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,188); }

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

background-color css

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

 a { background-color: rgb(71,122,188); }

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

border-color css

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

 span { border-color: rgb(71,122,188); }

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