Html Css Color HEX #4E1974 Blue Diamond

📋 copy color: '#4E1974'

red 78 ◦ green 25 ◦ blue 116

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

Shades of Blue Diamond #4E1974

Tints of Blue Diamond #4E1974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 35.62%
G = 11.42%
B = 52.97%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E1974 (or 0x4E1974) is known color: Blue Diamond. HEX triplet: 4E, 19 and 74. RGB value is (78,25,116). Sum of RGB (Red+Green+Blue) = 78+25+116=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E1974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1974 is #B1E68B. Grayscale: #323232. Windows color (decimal): -11658892 or 7608654. OLE color: 7608654.

HSL color Cylindrical-coordinate representation of color #4E1974: hue angle of 274.95º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1974 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 25 116 -
CMYK 0.33 0.78 0 0.55
HSL 274.95º 0.65% 0.28% -
HSV(B) 274.95º 0.78% 0.45% -
XYZ 6.64 3.58 16.86 -
YUV 51.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 78 25 116 0.33 0.78 0 0.55 274.95 0.65 0.28
Hex 4E 19 74 21 4E 0 37 113 41 1C
Octal 116 31 164 41 116 0 67 423 101 34
Binary 1001110 11001 1110100 100001 1001110 0 110111 100010011 1000001 11100

Color Harmonies of #4E1974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1974

Black with #4E1974

Text Example


Text Example

White with #4E1974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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