Html Css Color HEX #4D226A Blue Diamond

📋 copy color: '#4D226A'

red 77 ◦ green 34 ◦ blue 106

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

Shades of Blue Diamond #4D226A

Tints of Blue Diamond #4D226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 35.48%
G = 15.67%
B = 48.85%

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

#4D226A (or 0x4D226A) is known color: Blue Diamond. HEX triplet: 4D, 22 and 6A. RGB value is (77,34,106). Sum of RGB (Red+Green+Blue) = 77+34+106=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D226A is #B2DD95. Grayscale: #363636. Windows color (decimal): -11722134 or 6955597. OLE color: 6955597.

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

Color convert

RGB 77 34 106 -
CMYK 0.27 0.68 0 0.58
HSL 275.83º 0.51% 0.27% -
HSV(B) 275.83º 0.68% 0.42% -
XYZ 6.23 3.76 14.03 -
YUV 55.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 77 34 106 0.27 0.68 0 0.58 275.83 0.51 0.27
Hex 4D 22 6A 1B 44 0 3A 114 33 1B
Octal 115 42 152 33 104 0 72 424 63 33
Binary 1001101 100010 1101010 11011 1000100 0 111010 100010100 110011 11011

Color Harmonies of #4D226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D226A

Black with #4D226A

Text Example


Text Example

White with #4D226A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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