Html Css Color HEX #477ABA Steel Blue

📋 copy color: '#477ABA'

red 71 ◦ green 122 ◦ blue 186

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

Shades of Steel Blue #477ABA

Tints of Steel Blue #477ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 18.73%
G = 32.19%
B = 49.08%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#477ABA (or 0x477ABA) is known color: Steel Blue. HEX triplet: 47, 7A and BA. RGB value is (71,122,186). Sum of RGB (Red+Green+Blue) = 71+122+186=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #477ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ABA is #B88545. Grayscale: #717171. Windows color (decimal): -12092742 or 12220999. OLE color: 12220999.

HSL color Cylindrical-coordinate representation of color #477ABA: hue angle of 213.39º 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 #477ABA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 122 186 -
CMYK 0.62 0.34 0 0.27
HSL 213.39º 0.45% 0.5% -
HSV(B) 213.39º 0.62% 0.73% -
XYZ 18.42 18.8 49.11 -
YUV 114.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 71 122 186 0.62 0.34 0 0.27 213.39 0.45 0.5
Hex 47 7A BA 3E 22 0 1B D5 2D 32
Octal 107 172 272 76 42 0 33 325 55 62
Binary 1000111 1111010 10111010 111110 100010 0 11011 11010101 101101 110010

Color Harmonies of #477ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ABA

Black with #477ABA

Text Example


Text Example

White with #477ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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