Html Css Color HEX #4E2DA2 Blue Gem

📋 copy color: '#4E2DA2'

red 78 ◦ green 45 ◦ blue 162

#4E2DA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4E2DA2

Tints of Blue Gem #4E2DA2

RGB

 RED value IS 78 (30.86% from 255) = 27.37%

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 162 (63.67% from 255) = 56.84%

R = 27.37%
G = 15.79%
B = 56.84%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E2DA2 (or 0x4E2DA2) is known color: Blue Gem. HEX triplet: 4E, 2D and A2. RGB value is (78,45,162). Sum of RGB (Red+Green+Blue) = 78+45+162=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E2DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2DA2 is #B1D25D. Grayscale: #434343. Windows color (decimal): -11653726 or 10628430. OLE color: 10628430.

HSL color Cylindrical-coordinate representation of color #4E2DA2: hue angle of 256.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E2DA2 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 45 162 -
CMYK 0.52 0.72 0 0.36
HSL 256.92º 0.57% 0.41% -
HSV(B) 256.92º 0.72% 0.64% -
XYZ 10.6 6.11 34.8 -
YUV 68.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 78 45 162 0.52 0.72 0 0.36 256.92 0.57 0.41
Hex 4E 2D A2 34 48 0 24 101 39 29
Octal 116 55 242 64 110 0 44 401 71 51
Binary 1001110 101101 10100010 110100 1001000 0 100100 100000001 111001 101001

Color Harmonies of #4E2DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2DA2

Black with #4E2DA2

Text Example


Text Example

White with #4E2DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,45,162); }

 H1.HeaderClassName
 {
   color: #4E2DA2;
 }
 .AnyTagClassName
 {
   color: #4E2DA2;
 }
</style>

background-color css

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

 a { background-color: rgb(78,45,162); }

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

border-color css

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

 span { border-color: rgb(78,45,162); }

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