Html Css Color HEX #4E216C Blue Diamond

📋 copy color: '#4E216C'

red 78 ◦ green 33 ◦ blue 108

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

Shades of Blue Diamond #4E216C

Tints of Blue Diamond #4E216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 35.62%
G = 15.07%
B = 49.32%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E216C (or 0x4E216C) is known color: Blue Diamond. HEX triplet: 4E, 21 and 6C. RGB value is (78,33,108). Sum of RGB (Red+Green+Blue) = 78+33+108=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E216C is #B1DE93. Grayscale: #363636. Windows color (decimal): -11656852 or 7086414. OLE color: 7086414.

HSL color Cylindrical-coordinate representation of color #4E216C: hue angle of 276º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E216C is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 33 108 -
CMYK 0.28 0.69 0 0.58
HSL 276º 0.53% 0.28% -
HSV(B) 276º 0.69% 0.42% -
XYZ 6.39 3.79 14.58 -
YUV 55.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 78 33 108 0.28 0.69 0 0.58 276 0.53 0.28
Hex 4E 21 6C 1C 45 0 3A 114 35 1C
Octal 116 41 154 34 105 0 72 424 65 34
Binary 1001110 100001 1101100 11100 1000101 0 111010 100010100 110101 11100

Color Harmonies of #4E216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E216C

Black with #4E216C

Text Example


Text Example

White with #4E216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,33,108); }

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

background-color css

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

 a { background-color: rgb(78,33,108); }

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

border-color css

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

 span { border-color: rgb(78,33,108); }

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