#4E38AA

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

Shades of Blue Gem #4E38AA

Tints of Blue Gem #4E38AA

Color information

#4E38AA (or 0x4E38AA) is unknown color: approx Blue Gem. HEX triplet: 4E, 38 and AA. RGB value is (78,56,170). Sum of RGB (Red+Green+Blue) = 78+56+170=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E38AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E38AA is #B1C755. Grayscale: #4B4B4B. Windows color (decimal): -11650902 or 11155534. OLE color: 11155534.

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

Color convert

RGB7856170-
CMYK0.540.6700.33
HSL251.58º50.44%44.31%-
HSV(B)251.58º67.06%66.67%-
XYZ11.817.3538.83-
YUV75.57181.29129.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.66%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=25.66%
G=18.42%
B=55.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78561700.540.6700.33251.5850.4444.31
Hex4E38AA3643021fc322c
Octal11670252661030413746254
Binary1001110111000101010101101101000011010000111111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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