Html Css Color HEX #4E308F Blue Gem

📋 copy color: '#4E308F'

red 78 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #4E308F

Tints of Blue Gem #4E308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 143 (56.25% from 255) = 53.16%

R = 29%
G = 17.84%
B = 53.16%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E308F (or 0x4E308F) is known color: Blue Gem. HEX triplet: 4E, 30 and 8F. RGB value is (78,48,143). Sum of RGB (Red+Green+Blue) = 78+48+143=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #4E308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E308F is #B1CF70. Grayscale: #434343. Windows color (decimal): -11652977 or 9384014. OLE color: 9384014.

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

Color convert

RGB 78 48 143 -
CMYK 0.45 0.66 0 0.44
HSL 258.95º 0.5% 0.37% -
HSV(B) 258.95º 0.66% 0.56% -
XYZ 9.16 5.72 26.61 -
YUV 67.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 78 48 143 0.45 0.66 0 0.44 258.95 0.5 0.37
Hex 4E 30 8F 2D 42 0 2C 103 32 25
Octal 116 60 217 55 102 0 54 403 62 45
Binary 1001110 110000 10001111 101101 1000010 0 101100 100000011 110010 100101

Color Harmonies of #4E308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E308F

Black with #4E308F

Text Example


Text Example

White with #4E308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,48,143); }

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

background-color css

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

 a { background-color: rgb(78,48,143); }

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

border-color css

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

 span { border-color: rgb(78,48,143); }

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