#4E83AC

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

Shades of Steel Blue #4E83AC

Tints of Steel Blue #4E83AC

Color information

#4E83AC (or 0x4E83AC) is unknown color: approx Steel Blue. HEX triplet: 4E, 83 and AC. RGB value is (78,131,172). Sum of RGB (Red+Green+Blue) = 78+131+172=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E83AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E83AC is #B17C53. Grayscale: #777777. Windows color (decimal): -11631700 or 11305806. OLE color: 11305806.

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

Color convert

RGB78131172-
CMYK0.550.2400.33
HSL206.17º37.6%49.02%-
HSV(B)206.17º54.65%67.45%-
XYZ18.720.8342.06-
YUV119.83157.4498.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.47%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=20.47%
G=34.38%
B=45.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781311720.550.2400.33206.1737.649.02
Hex4E83AC3718021ce2631
Octal11620325467300413164661
Binary1001110100000111010110011011111000010000111001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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