#4E54AC

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

Shades of Rich Blue #4E54AC

Tints of Rich Blue #4E54AC

Color information

#4E54AC (or 0x4E54AC) is unknown color: approx Rich Blue. HEX triplet: 4E, 54 and AC. RGB value is (78,84,172). Sum of RGB (Red+Green+Blue) = 78+84+172=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E54AC is #B1AB53. Grayscale: #5B5B5B. Windows color (decimal): -11643732 or 11293774. OLE color: 11293774.

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

Color convert

RGB7884172-
CMYK0.550.5100.33
HSL236.17º37.6%49.02%-
HSV(B)236.17º54.65%67.45%-
XYZ13.7610.9440.42-
YUV92.24173.01117.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=23.35%
G=25.15%
B=51.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78841720.550.5100.33236.1737.649.02
Hex4E54AC3733021ec2631
Octal11612425467630413544661
Binary1001110101010010101100110111110011010000111101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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