Html Css Color HEX #4D206E Blue Diamond

📋 copy color: '#4D206E'

red 77 ◦ green 32 ◦ blue 110

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

Shades of Blue Diamond #4D206E

Tints of Blue Diamond #4D206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 35.16%
G = 14.61%
B = 50.23%

CMYK

 C value IS 0.3

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D206E (or 0x4D206E) is known color: Blue Diamond. HEX triplet: 4D, 20 and 6E. RGB value is (77,32,110). Sum of RGB (Red+Green+Blue) = 77+32+110=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D206E is #B2DF91. Grayscale: #363636. Windows color (decimal): -11722642 or 7217229. OLE color: 7217229.

HSL color Cylindrical-coordinate representation of color #4D206E: hue angle of 274.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D206E is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 32 110 -
CMYK 0.3 0.71 0 0.57
HSL 274.62º 0.55% 0.28% -
HSV(B) 274.62º 0.71% 0.43% -
XYZ 6.39 3.74 15.14 -
YUV 54.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 77 32 110 0.3 0.71 0 0.57 274.62 0.55 0.28
Hex 4D 20 6E 1E 47 0 39 113 37 1C
Octal 115 40 156 36 107 0 71 423 67 34
Binary 1001101 100000 1101110 11110 1000111 0 111001 100010011 110111 11100

Color Harmonies of #4D206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D206E

Black with #4D206E

Text Example


Text Example

White with #4D206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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