#4E5FAC

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

Shades of Rich Blue #4E5FAC

Tints of Rich Blue #4E5FAC

Color information

#4E5FAC (or 0x4E5FAC) is unknown color: approx Rich Blue. HEX triplet: 4E, 5F and AC. RGB value is (78,95,172). Sum of RGB (Red+Green+Blue) = 78+95+172=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5FAC is #B1A053. Grayscale: #626262. Windows color (decimal): -11640916 or 11296590. OLE color: 11296590.

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

Color convert

RGB7895172-
CMYK0.550.4500.33
HSL229.15º37.6%49.02%-
HSV(B)229.15º54.65%67.45%-
XYZ14.6812.7840.72-
YUV98.7169.37113.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.61%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=22.61%
G=27.54%
B=49.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78951720.550.4500.33229.1537.649.02
Hex4E5FAC372D021e52631
Octal11613725467550413454661
Binary1001110101111110101100110111101101010000111100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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