#4D80AC

Color #4D80AC Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4D80AC

Tints of Steel Blue #4D80AC

Color information

#4D80AC (or 0x4D80AC) is unknown color: approx Steel Blue. HEX triplet: 4D, 80 and AC. RGB value is (77,128,172). Sum of RGB (Red+Green+Blue) = 77+128+172=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D80AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D80AC is #B27F53. Grayscale: #757575. Windows color (decimal): -11698004 or 11305037. OLE color: 11305037.

HSL color Cylindrical-coordinate representation of color #4D80AC: hue angle of 207.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D80AC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77128172-
CMYK0.550.2600.33
HSL207.79º38.15%48.82%-
HSV(B)207.79º55.23%67.45%-
XYZ18.2319.9941.93-
YUV117.77158.698.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=20.42%
G=33.95%
B=45.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771281720.550.2600.33207.7938.1548.82
Hex4D80AC371A021d02631
Octal11520025467320413204661
Binary1001101100000001010110011011111010010000111010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D80AC; }

 p { color: rgb(77,128,172); }

 H1.HeaderClassName
 {
   color: #4D80AC;
 }
 .AnyTagClassName
 {
   color: #4D80AC;
 }
</style>
background-color css

<style>
 a { background-color: #4D80AC; }

 a { background-color: rgb(77,128,172); }

 div.DivClassName
 {
   background-color: #4D80AC;
 }
 .BgClassName
 {
   background-color: #4D80AC;
 }
</style>
border-color css

<style>
 span { border-color: #4D80AC; }

 span { border-color: rgb(77,128,172); }

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