Html Css Color HEX #4D226C Blue Diamond

📋 copy color: '#4D226C'

red 77 ◦ green 34 ◦ blue 108

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

Shades of Blue Diamond #4D226C

Tints of Blue Diamond #4D226C

RGB

 RED value IS 77 (30.47% from 255) = 35.16%

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

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

R = 35.16%
G = 15.53%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D226C (or 0x4D226C) is known color: Blue Diamond. HEX triplet: 4D, 22 and 6C. RGB value is (77,34,108). Sum of RGB (Red+Green+Blue) = 77+34+108=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 34 (13.67% from 255 or 15.53% 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 #4D226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D226C is #B2DD93. Grayscale: #373737. Windows color (decimal): -11722132 or 7086669. OLE color: 7086669.

HSL color Cylindrical-coordinate representation of color #4D226C: hue angle of 274.86º degrees, saturation: 0.52, 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 #4D226C is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 34 108 -
CMYK 0.29 0.69 0 0.58
HSL 274.86º 0.52% 0.28% -
HSV(B) 274.86º 0.69% 0.42% -
XYZ 6.34 3.8 14.59 -
YUV 55.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 77 34 108 0.29 0.69 0 0.58 274.86 0.52 0.28
Hex 4D 22 6C 1D 45 0 3A 113 34 1C
Octal 115 42 154 35 105 0 72 423 64 34
Binary 1001101 100010 1101100 11101 1000101 0 111010 100010011 110100 11100

Color Harmonies of #4D226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D226C

Black with #4D226C

Text Example


Text Example

White with #4D226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,108); }

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

background-color css

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

 a { background-color: rgb(77,34,108); }

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

border-color css

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

 span { border-color: rgb(77,34,108); }

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