Html Css Color HEX #4E459F Blue Gem

📋 copy color: '#4E459F'

red 78 ◦ green 69 ◦ blue 159

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

Shades of Blue Gem #4E459F

Tints of Blue Gem #4E459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 25.49%
G = 22.55%
B = 51.96%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E459F (or 0x4E459F) is known color: Blue Gem. HEX triplet: 4E, 45 and 9F. RGB value is (78,69,159). Sum of RGB (Red+Green+Blue) = 78+69+159=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E459F is #B1BA60. Grayscale: #515151. Windows color (decimal): -11647585 or 10437966. OLE color: 10437966.

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

Color convert

RGB 78 69 159 -
CMYK 0.51 0.57 0 0.38
HSL 246º 0.39% 0.45% -
HSV(B) 246º 0.57% 0.62% -
XYZ 11.53 8.38 33.81 -
YUV 81.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 78 69 159 0.51 0.57 0 0.38 246 0.39 0.45
Hex 4E 45 9F 33 39 0 26 F6 27 2D
Octal 116 105 237 63 71 0 46 366 47 55
Binary 1001110 1000101 10011111 110011 111001 0 100110 11110110 100111 101101

Color Harmonies of #4E459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E459F

Black with #4E459F

Text Example


Text Example

White with #4E459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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