Html Css Color HEX #4880AA Steel Blue

📋 copy color: '#4880AA'

red 72 ◦ green 128 ◦ blue 170

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

Shades of Steel Blue #4880AA

Tints of Steel Blue #4880AA

RGB

 RED value IS 72 (28.52% from 255) = 19.46%

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

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

R = 19.46%
G = 34.59%
B = 45.95%

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

#4880AA (or 0x4880AA) is known color: Steel Blue. HEX triplet: 48, 80 and AA. RGB value is (72,128,170). Sum of RGB (Red+Green+Blue) = 72+128+170=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #4880AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4880AA is #B77F55. Grayscale: #737373. Windows color (decimal): -12025686 or 11173960. OLE color: 11173960.

HSL color Cylindrical-coordinate representation of color #4880AA: hue angle of 205.71º degrees, saturation: 0.4, 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 #4880AA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 128 170 -
CMYK 0.58 0.25 0 0.33
HSL 205.71º 0.4% 0.47% -
HSV(B) 205.71º 0.58% 0.67% -
XYZ 17.65 19.72 40.91 -
YUV 116.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 72 128 170 0.58 0.25 0 0.33 205.71 0.4 0.47
Hex 48 80 AA 3A 19 0 21 CE 28 2F
Octal 110 200 252 72 31 0 41 316 50 57
Binary 1001000 10000000 10101010 111010 11001 0 100001 11001110 101000 101111

Color Harmonies of #4880AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880AA

Black with #4880AA

Text Example


Text Example

White with #4880AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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