Html Css Color HEX #4E429A Blue Gem

📋 copy color: '#4E429A'

red 78 ◦ green 66 ◦ blue 154

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

Shades of Blue Gem #4E429A

Tints of Blue Gem #4E429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 26.17%
G = 22.15%
B = 51.68%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E429A (or 0x4E429A) is known color: Blue Gem. HEX triplet: 4E, 42 and 9A. RGB value is (78,66,154). Sum of RGB (Red+Green+Blue) = 78+66+154=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E429A is #B1BD65. Grayscale: #4F4F4F. Windows color (decimal): -11648358 or 10109518. OLE color: 10109518.

HSL color Cylindrical-coordinate representation of color #4E429A: hue angle of 248.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E429A is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 66 154 -
CMYK 0.49 0.57 0 0.40
HSL 248.18º 0.4% 0.43% -
HSV(B) 248.18º 0.57% 0.6% -
XYZ 10.92 7.85 31.51 -
YUV 79.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 78 66 154 0.49 0.57 0 0.40 248.18 0.4 0.43
Hex 4E 42 9A 31 39 0 28 F8 28 2B
Octal 116 102 232 61 71 0 50 370 50 53
Binary 1001110 1000010 10011010 110001 111001 0 101000 11111000 101000 101011

Color Harmonies of #4E429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E429A

Black with #4E429A

Text Example


Text Example

White with #4E429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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