Html Css Color HEX #477AB3 Steel Blue

📋 copy color: '#477AB3'

red 71 ◦ green 122 ◦ blue 179

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

Shades of Steel Blue #477AB3

Tints of Steel Blue #477AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 19.09%
G = 32.8%
B = 48.12%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#477AB3 (or 0x477AB3) is known color: Steel Blue. HEX triplet: 47, 7A and B3. RGB value is (71,122,179). Sum of RGB (Red+Green+Blue) = 71+122+179=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #477AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477AB3 is #B8854C. Grayscale: #707070. Windows color (decimal): -12092749 or 11762247. OLE color: 11762247.

HSL color Cylindrical-coordinate representation of color #477AB3: hue angle of 211.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477AB3 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 122 179 -
CMYK 0.60 0.32 0 0.30
HSL 211.67º 0.43% 0.49% -
HSV(B) 211.67º 0.6% 0.7% -
XYZ 17.69 18.51 45.29 -
YUV 113.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 71 122 179 0.60 0.32 0 0.30 211.67 0.43 0.49
Hex 47 7A B3 3C 20 0 1E D4 2B 31
Octal 107 172 263 74 40 0 36 324 53 61
Binary 1000111 1111010 10110011 111100 100000 0 11110 11010100 101011 110001

Color Harmonies of #477AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AB3

Black with #477AB3

Text Example


Text Example

White with #477AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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