#4E51AC

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

Shades of Rich Blue #4E51AC

Tints of Rich Blue #4E51AC

Color information

#4E51AC (or 0x4E51AC) is unknown color: approx Rich Blue. HEX triplet: 4E, 51 and AC. RGB value is (78,81,172). Sum of RGB (Red+Green+Blue) = 78+81+172=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E51AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E51AC is #B1AE53. Grayscale: #5A5A5A. Windows color (decimal): -11644500 or 11293006. OLE color: 11293006.

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

Color convert

RGB7881172-
CMYK0.550.5300.33
HSL238.09º37.6%49.02%-
HSV(B)238.09º54.65%67.45%-
XYZ13.5310.4840.34-
YUV90.48174.01119.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=23.56%
G=24.47%
B=51.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78811720.550.5300.33238.0937.649.02
Hex4E51AC3735021ee2631
Octal11612125467650413564661
Binary1001110101000110101100110111110101010000111101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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