Html Css Color HEX #477ABB Steel Blue

📋 copy color: '#477ABB'

red 71 ◦ green 122 ◦ blue 187

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

Shades of Steel Blue #477ABB

Tints of Steel Blue #477ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 18.68%
G = 32.11%
B = 49.21%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#477ABB (or 0x477ABB) is known color: Steel Blue. HEX triplet: 47, 7A and BB. RGB value is (71,122,187). Sum of RGB (Red+Green+Blue) = 71+122+187=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #477ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ABB is #B88544. Grayscale: #717171. Windows color (decimal): -12092741 or 12286535. OLE color: 12286535.

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

Color convert

RGB 71 122 187 -
CMYK 0.62 0.35 0 0.27
HSL 213.62º 0.46% 0.51% -
HSV(B) 213.62º 0.62% 0.73% -
XYZ 18.53 18.85 49.67 -
YUV 114.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 71 122 187 0.62 0.35 0 0.27 213.62 0.46 0.51
Hex 47 7A BB 3E 23 0 1B D6 2E 33
Octal 107 172 273 76 43 0 33 326 56 63
Binary 1000111 1111010 10111011 111110 100011 0 11011 11010110 101110 110011

Color Harmonies of #477ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ABB

Black with #477ABB

Text Example


Text Example

White with #477ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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