Html Css Color HEX #4880BF Steel Blue

📋 copy color: '#4880BF'

red 72 ◦ green 128 ◦ blue 191

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

Shades of Steel Blue #4880BF

Tints of Steel Blue #4880BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 18.41%
G = 32.74%
B = 48.85%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4880BF (or 0x4880BF) is known color: Steel Blue. HEX triplet: 48, 80 and BF. RGB value is (72,128,191). Sum of RGB (Red+Green+Blue) = 72+128+191=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #4880BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880BF is #B77F40. Grayscale: #767676. Windows color (decimal): -12025665 or 12550216. OLE color: 12550216.

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

Color convert

RGB 72 128 191 -
CMYK 0.62 0.33 0 0.25
HSL 211.76º 0.48% 0.52% -
HSV(B) 211.76º 0.62% 0.75% -
XYZ 19.8 20.58 52.22 -
YUV 118.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 72 128 191 0.62 0.33 0 0.25 211.76 0.48 0.52
Hex 48 80 BF 3E 21 0 19 D4 30 34
Octal 110 200 277 76 41 0 31 324 60 64
Binary 1001000 10000000 10111111 111110 100001 0 11001 11010100 110000 110100

Color Harmonies of #4880BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880BF

Black with #4880BF

Text Example


Text Example

White with #4880BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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