#4E81AC

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

Shades of Steel Blue #4E81AC

Tints of Steel Blue #4E81AC

Color information

#4E81AC (or 0x4E81AC) is unknown color: approx Steel Blue. HEX triplet: 4E, 81 and AC. RGB value is (78,129,172). Sum of RGB (Red+Green+Blue) = 78+129+172=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E81AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E81AC is #B17E53. Grayscale: #767676. Windows color (decimal): -11632212 or 11305294. OLE color: 11305294.

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

Color convert

RGB78129172-
CMYK0.550.2500.33
HSL207.45º37.6%49.02%-
HSV(B)207.45º54.65%67.45%-
XYZ18.4420.341.98-
YUV118.65158.199-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=20.58%
G=34.04%
B=45.38%

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
Decimal781291720.550.2500.33207.4537.649.02
Hex4E81AC3719021cf2631
Octal11620125467310413174661
Binary1001110100000011010110011011111001010000111001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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