#4E42AB

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

Shades of Rich Blue #4E42AB

Tints of Rich Blue #4E42AB

Color information

#4E42AB (or 0x4E42AB) is unknown color: approx Rich Blue. HEX triplet: 4E, 42 and AB. RGB value is (78,66,171). Sum of RGB (Red+Green+Blue) = 78+66+171=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E42AB is #B1BD54. Grayscale: #515151. Windows color (decimal): -11648341 or 11223630. OLE color: 11223630.

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

Color convert

RGB7866171-
CMYK0.540.6100.33
HSL246.86º44.3%46.47%-
HSV(B)246.86º61.4%67.06%-
XYZ12.448.4639.5-
YUV81.56178.48125.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=24.76%
G=20.95%
B=54.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78661710.540.6100.33246.8644.346.47
Hex4E42AB363D021f72c2e
Octal11610225366750413675456
Binary1001110100001010101011110110111101010000111110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,171); }

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

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

 a { background-color: rgb(78,66,171); }

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

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

 span { border-color: rgb(78,66,171); }

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