Html Css Color HEX #4E216B Blue Diamond

📋 copy color: '#4E216B'

red 78 ◦ green 33 ◦ blue 107

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

Shades of Blue Diamond #4E216B

Tints of Blue Diamond #4E216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 35.78%
G = 15.14%
B = 49.08%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E216B (or 0x4E216B) is known color: Blue Diamond. HEX triplet: 4E, 21 and 6B. RGB value is (78,33,107). Sum of RGB (Red+Green+Blue) = 78+33+107=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E216B is #B1DE94. Grayscale: #363636. Windows color (decimal): -11656853 or 7020878. OLE color: 7020878.

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

Color convert

RGB 78 33 107 -
CMYK 0.27 0.69 0 0.58
HSL 276.49º 0.53% 0.27% -
HSV(B) 276.49º 0.69% 0.42% -
XYZ 6.34 3.77 14.3 -
YUV 54.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 78 33 107 0.27 0.69 0 0.58 276.49 0.53 0.27
Hex 4E 21 6B 1B 45 0 3A 114 35 1B
Octal 116 41 153 33 105 0 72 424 65 33
Binary 1001110 100001 1101011 11011 1000101 0 111010 100010100 110101 11011

Color Harmonies of #4E216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E216B

Black with #4E216B

Text Example


Text Example

White with #4E216B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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