Html Css Color HEX #4E226B Blue Diamond

📋 copy color: '#4E226B'

red 78 ◦ green 34 ◦ blue 107

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

Shades of Blue Diamond #4E226B

Tints of Blue Diamond #4E226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

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

R = 35.62%
G = 15.53%
B = 48.86%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E226B (or 0x4E226B) is known color: Blue Diamond. HEX triplet: 4E, 22 and 6B. RGB value is (78,34,107). Sum of RGB (Red+Green+Blue) = 78+34+107=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E226B is #B1DD94. Grayscale: #373737. Windows color (decimal): -11656597 or 7021134. OLE color: 7021134.

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

Color convert

RGB 78 34 107 -
CMYK 0.27 0.68 0 0.58
HSL 276.16º 0.52% 0.28% -
HSV(B) 276.16º 0.68% 0.42% -
XYZ 6.37 3.83 14.31 -
YUV 55.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 78 34 107 0.27 0.68 0 0.58 276.16 0.52 0.28
Hex 4E 22 6B 1B 44 0 3A 114 34 1C
Octal 116 42 153 33 104 0 72 424 64 34
Binary 1001110 100010 1101011 11011 1000100 0 111010 100010100 110100 11100

Color Harmonies of #4E226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E226B

Black with #4E226B

Text Example


Text Example

White with #4E226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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