Html Css Color HEX #4D206A Blue Diamond

📋 copy color: '#4D206A'

red 77 ◦ green 32 ◦ blue 106

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

Shades of Blue Diamond #4D206A

Tints of Blue Diamond #4D206A

RGB

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

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

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

R = 35.81%
G = 14.88%
B = 49.3%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D206A (or 0x4D206A) is known color: Blue Diamond. HEX triplet: 4D, 20 and 6A. RGB value is (77,32,106). Sum of RGB (Red+Green+Blue) = 77+32+106=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D206A is #B2DF95. Grayscale: #353535. Windows color (decimal): -11722646 or 6955085. OLE color: 6955085.

HSL color Cylindrical-coordinate representation of color #4D206A: hue angle of 276.49º 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 #4D206A is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 32 106 -
CMYK 0.27 0.70 0 0.58
HSL 276.49º 0.54% 0.27% -
HSV(B) 276.49º 0.7% 0.42% -
XYZ 6.18 3.65 14.01 -
YUV 53.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 77 32 106 0.27 0.70 0 0.58 276.49 0.54 0.27
Hex 4D 20 6A 1B 46 0 3A 114 36 1B
Octal 115 40 152 33 106 0 72 424 66 33
Binary 1001101 100000 1101010 11011 1000110 0 111010 100010100 110110 11011

Color Harmonies of #4D206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D206A

Black with #4D206A

Text Example


Text Example

White with #4D206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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