Html Css Color HEX #4880AB Steel Blue

📋 copy color: '#4880AB'

red 72 ◦ green 128 ◦ blue 171

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

Shades of Steel Blue #4880AB

Tints of Steel Blue #4880AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 19.41%
G = 34.5%
B = 46.09%

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

#4880AB (or 0x4880AB) is known color: Steel Blue. HEX triplet: 48, 80 and AB. RGB value is (72,128,171). Sum of RGB (Red+Green+Blue) = 72+128+171=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #4880AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4880AB is #B77F54. Grayscale: #737373. Windows color (decimal): -12025685 or 11239496. OLE color: 11239496.

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

Color convert

RGB 72 128 171 -
CMYK 0.58 0.25 0 0.33
HSL 206.06º 0.41% 0.48% -
HSV(B) 206.06º 0.58% 0.67% -
XYZ 17.74 19.76 41.41 -
YUV 116.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 72 128 171 0.58 0.25 0 0.33 206.06 0.41 0.48
Hex 48 80 AB 3A 19 0 21 CE 29 30
Octal 110 200 253 72 31 0 41 316 51 60
Binary 1001000 10000000 10101011 111010 11001 0 100001 11001110 101001 110000

Color Harmonies of #4880AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880AB

Black with #4880AB

Text Example


Text Example

White with #4880AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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