Html Css Color HEX #4880BC Steel Blue

📋 copy color: '#4880BC'

red 72 ◦ green 128 ◦ blue 188

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

Shades of Steel Blue #4880BC

Tints of Steel Blue #4880BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 18.56%
G = 32.99%
B = 48.45%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4880BC (or 0x4880BC) is known color: Steel Blue. HEX triplet: 48, 80 and BC. RGB value is (72,128,188). Sum of RGB (Red+Green+Blue) = 72+128+188=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #4880BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880BC is #B77F43. Grayscale: #757575. Windows color (decimal): -12025668 or 12353608. OLE color: 12353608.

HSL color Cylindrical-coordinate representation of color #4880BC: hue angle of 211.03º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4880BC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 128 188 -
CMYK 0.62 0.32 0 0.26
HSL 211.03º 0.46% 0.51% -
HSV(B) 211.03º 0.62% 0.74% -
XYZ 19.47 20.45 50.5 -
YUV 118.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 72 128 188 0.62 0.32 0 0.26 211.03 0.46 0.51
Hex 48 80 BC 3E 20 0 1A D3 2E 33
Octal 110 200 274 76 40 0 32 323 56 63
Binary 1001000 10000000 10111100 111110 100000 0 11010 11010011 101110 110011

Color Harmonies of #4880BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880BC

Black with #4880BC

Text Example


Text Example

White with #4880BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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