Html Css Color HEX #4E33AA Blue Gem

📋 copy color: '#4E33AA'

red 78 ◦ green 51 ◦ blue 170

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

Shades of Blue Gem #4E33AA

Tints of Blue Gem #4E33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 26.09%
G = 17.06%
B = 56.86%

CMYK

 C value IS 0.54

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E33AA (or 0x4E33AA) is known color: Blue Gem. HEX triplet: 4E, 33 and AA. RGB value is (78,51,170). Sum of RGB (Red+Green+Blue) = 78+51+170=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E33AA is #B1CC55. Grayscale: #484848. Windows color (decimal): -11652182 or 11154254. OLE color: 11154254.

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

Color convert

RGB 78 51 170 -
CMYK 0.54 0.7 0 0.33
HSL 253.61º 0.54% 0.43% -
HSV(B) 253.61º 0.7% 0.67% -
XYZ 11.58 6.89 38.75 -
YUV 72.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 78 51 170 0.54 0.7 0 0.33 253.61 0.54 0.43
Hex 4E 33 AA 36 46 0 21 FE 36 2B
Octal 116 63 252 66 106 0 41 376 66 53
Binary 1001110 110011 10101010 110110 1000110 0 100001 11111110 110110 101011

Color Harmonies of #4E33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E33AA

Black with #4E33AA

Text Example


Text Example

White with #4E33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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