Html Css Color HEX #4780AA Steel Blue

📋 copy color: '#4780AA'

red 71 ◦ green 128 ◦ blue 170

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

Shades of Steel Blue #4780AA

Tints of Steel Blue #4780AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 19.24%
G = 34.69%
B = 46.07%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4780AA (or 0x4780AA) is known color: Steel Blue. HEX triplet: 47, 80 and AA. RGB value is (71,128,170). Sum of RGB (Red+Green+Blue) = 71+128+170=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #4780AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4780AA is #B87F55. Grayscale: #737373. Windows color (decimal): -12091222 or 11173959. OLE color: 11173959.

HSL color Cylindrical-coordinate representation of color #4780AA: hue angle of 205.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4780AA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 128 170 -
CMYK 0.58 0.25 0 0.33
HSL 205.45º 0.41% 0.47% -
HSV(B) 205.45º 0.58% 0.67% -
XYZ 17.57 19.68 40.9 -
YUV 115.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 71 128 170 0.58 0.25 0 0.33 205.45 0.41 0.47
Hex 47 80 AA 3A 19 0 21 CD 29 2F
Octal 107 200 252 72 31 0 41 315 51 57
Binary 1000111 10000000 10101010 111010 11001 0 100001 11001101 101001 101111

Color Harmonies of #4780AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4780AA

Black with #4780AA

Text Example


Text Example

White with #4780AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4780AA; }

 p { color: rgb(71,128,170); }

 H1.HeaderClassName
 {
   color: #4780AA;
 }
 .AnyTagClassName
 {
   color: #4780AA;
 }
</style>

background-color css

<style>
 a { background-color: #4780AA; }

 a { background-color: rgb(71,128,170); }

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

border-color css

<style>
 span { border-color: #4780AA; }

 span { border-color: rgb(71,128,170); }

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