Html Css Color HEX #4D2072 Blue Diamond

📋 copy color: '#4D2072'

red 77 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #4D2072

Tints of Blue Diamond #4D2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 34.53%
G = 14.35%
B = 51.12%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D2072 (or 0x4D2072) is known color: Blue Diamond. HEX triplet: 4D, 20 and 72. RGB value is (77,32,114). Sum of RGB (Red+Green+Blue) = 77+32+114=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D2072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2072 is #B2DF8D. Grayscale: #363636. Windows color (decimal): -11722638 or 7479373. OLE color: 7479373.

HSL color Cylindrical-coordinate representation of color #4D2072: hue angle of 272.93º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D2072 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 32 114 -
CMYK 0.32 0.72 0 0.55
HSL 272.93º 0.56% 0.29% -
HSV(B) 272.93º 0.72% 0.45% -
XYZ 6.61 3.83 16.31 -
YUV 54.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 77 32 114 0.32 0.72 0 0.55 272.93 0.56 0.29
Hex 4D 20 72 20 48 0 37 111 38 1D
Octal 115 40 162 40 110 0 67 421 70 35
Binary 1001101 100000 1110010 100000 1001000 0 110111 100010001 111000 11101

Color Harmonies of #4D2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2072

Black with #4D2072

Text Example


Text Example

White with #4D2072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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