Html Css Color HEX #4E1979 Blue Diamond

📋 copy color: '#4E1979'

red 78 ◦ green 25 ◦ blue 121

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

Shades of Blue Diamond #4E1979

Tints of Blue Diamond #4E1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 34.82%
G = 11.16%
B = 54.02%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E1979 (or 0x4E1979) is known color: Blue Diamond. HEX triplet: 4E, 19 and 79. RGB value is (78,25,121). Sum of RGB (Red+Green+Blue) = 78+25+121=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E1979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1979 is #B1E686. Grayscale: #333333. Windows color (decimal): -11658887 or 7936334. OLE color: 7936334.

HSL color Cylindrical-coordinate representation of color #4E1979: hue angle of 273.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1979 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 25 121 -
CMYK 0.36 0.79 0 0.53
HSL 273.13º 0.66% 0.29% -
HSV(B) 273.13º 0.79% 0.47% -
XYZ 6.94 3.7 18.44 -
YUV 51.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 78 25 121 0.36 0.79 0 0.53 273.13 0.66 0.29
Hex 4E 19 79 24 4F 0 35 111 42 1D
Octal 116 31 171 44 117 0 65 421 102 35
Binary 1001110 11001 1111001 100100 1001111 0 110101 100010001 1000010 11101

Color Harmonies of #4E1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1979

Black with #4E1979

Text Example


Text Example

White with #4E1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,121); }

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

background-color css

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

 a { background-color: rgb(78,25,121); }

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

border-color css

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

 span { border-color: rgb(78,25,121); }

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