#4E4AB9

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

Shades of Rich Blue #4E4AB9

Tints of Rich Blue #4E4AB9

Color information

#4E4AB9 (or 0x4E4AB9) is unknown color: approx Rich Blue. HEX triplet: 4E, 4A and B9. RGB value is (78,74,185). Sum of RGB (Red+Green+Blue) = 78+74+185=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4AB9 is #B1B546. Grayscale: #575757. Windows color (decimal): -11646279 or 12143182. OLE color: 12143182.

HSL color Cylindrical-coordinate representation of color #4E4AB9: hue angle of 242.16º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E4AB9 is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7874185-
CMYK0.580.600.27
HSL242.16º44.22%50.78%-
HSV(B)242.16º60%72.55%-
XYZ14.3510.0247.08-
YUV87.85182.83120.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 185 (72.66% from 255) = 54.90%
R=23.15%
G=21.96%
B=54.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78741850.580.600.27242.1644.2250.78
Hex4E4AB93A3C01Bf22c33
Octal11611227172740333625463
Binary100111010010101011100111101011110001101111110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,185); }

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

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

 a { background-color: rgb(78,74,185); }

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

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

 span { border-color: rgb(78,74,185); }

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