Html Css Color HEX #4E459D Blue Gem

📋 copy color: '#4E459D'

red 78 ◦ green 69 ◦ blue 157

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

Shades of Blue Gem #4E459D

Tints of Blue Gem #4E459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 157 (61.72% from 255) = 51.64%

R = 25.66%
G = 22.7%
B = 51.64%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E459D (or 0x4E459D) is known color: Blue Gem. HEX triplet: 4E, 45 and 9D. RGB value is (78,69,157). Sum of RGB (Red+Green+Blue) = 78+69+157=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E459D is #B1BA62. Grayscale: #515151. Windows color (decimal): -11647587 or 10306894. OLE color: 10306894.

HSL color Cylindrical-coordinate representation of color #4E459D: hue angle of 246.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E459D is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 69 157 -
CMYK 0.50 0.56 0 0.38
HSL 246.14º 0.39% 0.44% -
HSV(B) 246.14º 0.56% 0.62% -
XYZ 11.36 8.31 32.9 -
YUV 81.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 78 69 157 0.50 0.56 0 0.38 246.14 0.39 0.44
Hex 4E 45 9D 32 38 0 26 F6 27 2C
Octal 116 105 235 62 70 0 46 366 47 54
Binary 1001110 1000101 10011101 110010 111000 0 100110 11110110 100111 101100

Color Harmonies of #4E459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E459D

Black with #4E459D

Text Example


Text Example

White with #4E459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,69,157); }

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

background-color css

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

 a { background-color: rgb(78,69,157); }

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

border-color css

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

 span { border-color: rgb(78,69,157); }

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