Html Css Color HEX #4E206C Blue Diamond

📋 copy color: '#4E206C'

red 78 ◦ green 32 ◦ blue 108

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

Shades of Blue Diamond #4E206C

Tints of Blue Diamond #4E206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 35.78%
G = 14.68%
B = 49.54%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E206C (or 0x4E206C) is known color: Blue Diamond. HEX triplet: 4E, 20 and 6C. RGB value is (78,32,108). Sum of RGB (Red+Green+Blue) = 78+32+108=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E206C is #B1DF93. Grayscale: #363636. Windows color (decimal): -11657108 or 7086158. OLE color: 7086158.

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

Color convert

RGB 78 32 108 -
CMYK 0.28 0.70 0 0.58
HSL 276.32º 0.54% 0.27% -
HSV(B) 276.32º 0.7% 0.42% -
XYZ 6.37 3.74 14.57 -
YUV 54.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 78 32 108 0.28 0.70 0 0.58 276.32 0.54 0.27
Hex 4E 20 6C 1C 46 0 3A 114 36 1B
Octal 116 40 154 34 106 0 72 424 66 33
Binary 1001110 100000 1101100 11100 1000110 0 111010 100010100 110110 11011

Color Harmonies of #4E206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E206C

Black with #4E206C

Text Example


Text Example

White with #4E206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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