Html Css Color HEX #4E459C Blue Gem

📋 copy color: '#4E459C'

red 78 ◦ green 69 ◦ blue 156

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

Shades of Blue Gem #4E459C

Tints of Blue Gem #4E459C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 25.74%
G = 22.77%
B = 51.49%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E459C (or 0x4E459C) is known color: Blue Gem. HEX triplet: 4E, 45 and 9C. RGB value is (78,69,156). Sum of RGB (Red+Green+Blue) = 78+69+156=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E459C is #B1BA63. Grayscale: #515151. Windows color (decimal): -11647588 or 10241358. OLE color: 10241358.

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

Color convert

RGB 78 69 156 -
CMYK 0.5 0.56 0 0.39
HSL 246.21º 0.39% 0.44% -
HSV(B) 246.21º 0.56% 0.61% -
XYZ 11.27 8.28 32.46 -
YUV 81.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 78 69 156 0.5 0.56 0 0.39 246.21 0.39 0.44
Hex 4E 45 9C 32 38 0 27 F6 27 2C
Octal 116 105 234 62 70 0 47 366 47 54
Binary 1001110 1000101 10011100 110010 111000 0 100111 11110110 100111 101100

Color Harmonies of #4E459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E459C

Black with #4E459C

Text Example


Text Example

White with #4E459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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