Html Css Color HEX #4E439F Blue Gem

📋 copy color: '#4E439F'

red 78 ◦ green 67 ◦ blue 159

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

Shades of Blue Gem #4E439F

Tints of Blue Gem #4E439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

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

R = 25.66%
G = 22.04%
B = 52.3%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E439F (or 0x4E439F) is known color: Blue Gem. HEX triplet: 4E, 43 and 9F. RGB value is (78,67,159). Sum of RGB (Red+Green+Blue) = 78+67+159=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E439F is #B1BC60. Grayscale: #505050. Windows color (decimal): -11648097 or 10437454. OLE color: 10437454.

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

Color convert

RGB 78 67 159 -
CMYK 0.51 0.58 0 0.38
HSL 247.17º 0.41% 0.44% -
HSV(B) 247.17º 0.58% 0.62% -
XYZ 11.41 8.14 33.77 -
YUV 80.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 78 67 159 0.51 0.58 0 0.38 247.17 0.41 0.44
Hex 4E 43 9F 33 3A 0 26 F7 29 2C
Octal 116 103 237 63 72 0 46 367 51 54
Binary 1001110 1000011 10011111 110011 111010 0 100110 11110111 101001 101100

Color Harmonies of #4E439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E439F

Black with #4E439F

Text Example


Text Example

White with #4E439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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