#4E5FAA

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

Shades of Rich Blue #4E5FAA

Tints of Rich Blue #4E5FAA

Color information

#4E5FAA (or 0x4E5FAA) is unknown color: approx Rich Blue. HEX triplet: 4E, 5F and AA. RGB value is (78,95,170). Sum of RGB (Red+Green+Blue) = 78+95+170=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E5FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5FAA is #B1A055. Grayscale: #626262. Windows color (decimal): -11640918 or 11165518. OLE color: 11165518.

HSL color Cylindrical-coordinate representation of color #4E5FAA: hue angle of 228.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E5FAA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7895170-
CMYK0.540.4400.33
HSL228.91º37.1%48.63%-
HSV(B)228.91º54.12%66.67%-
XYZ14.4912.7139.72-
YUV98.47168.37113.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=22.74%
G=27.70%
B=49.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78951700.540.4400.33228.9137.148.63
Hex4E5FAA362C021e52531
Octal11613725266540413454561
Binary1001110101111110101010110110101100010000111100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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