Html Css Color HEX #4D2077 Blue Diamond

📋 copy color: '#4D2077'

red 77 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #4D2077

Tints of Blue Diamond #4D2077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 33.77%
G = 14.04%
B = 52.19%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D2077 (or 0x4D2077) is known color: Blue Diamond. HEX triplet: 4D, 20 and 77. RGB value is (77,32,119). Sum of RGB (Red+Green+Blue) = 77+32+119=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D2077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2077 is #B2DF88. Grayscale: #373737. Windows color (decimal): -11722633 or 7807053. OLE color: 7807053.

HSL color Cylindrical-coordinate representation of color #4D2077: hue angle of 271.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D2077 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 32 119 -
CMYK 0.35 0.73 0 0.53
HSL 271.03º 0.58% 0.3% -
HSV(B) 271.03º 0.73% 0.47% -
XYZ 6.91 3.94 17.85 -
YUV 55.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 77 32 119 0.35 0.73 0 0.53 271.03 0.58 0.3
Hex 4D 20 77 23 49 0 35 10F 3A 1E
Octal 115 40 167 43 111 0 65 417 72 36
Binary 1001101 100000 1110111 100011 1001001 0 110101 100001111 111010 11110

Color Harmonies of #4D2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2077

Black with #4D2077

Text Example


Text Example

White with #4D2077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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