#4D81AC

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

Shades of Steel Blue #4D81AC

Tints of Steel Blue #4D81AC

Color information

#4D81AC (or 0x4D81AC) is unknown color: approx Steel Blue. HEX triplet: 4D, 81 and AC. RGB value is (77,129,172). Sum of RGB (Red+Green+Blue) = 77+129+172=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D81AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D81AC is #B27E53. Grayscale: #767676. Windows color (decimal): -11697748 or 11305293. OLE color: 11305293.

HSL color Cylindrical-coordinate representation of color #4D81AC: hue angle of 207.16º 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 #4D81AC is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77129172-
CMYK0.550.2500.33
HSL207.16º38.15%48.82%-
HSV(B)207.16º55.23%67.45%-
XYZ18.3620.2641.97-
YUV118.35158.2798.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.37%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=20.37%
G=34.13%
B=45.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771291720.550.2500.33207.1638.1548.82
Hex4D81AC3719021cf2631
Octal11520125467310413174661
Binary1001101100000011010110011011111001010000111001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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