Html Css Color HEX #4D2078 Blue Diamond

📋 copy color: '#4D2078'

red 77 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #4D2078

Tints of Blue Diamond #4D2078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 33.62%
G = 13.97%
B = 52.4%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D2078 (or 0x4D2078) is known color: Blue Diamond. HEX triplet: 4D, 20 and 78. RGB value is (77,32,120). Sum of RGB (Red+Green+Blue) = 77+32+120=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D2078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2078 is #B2DF87. Grayscale: #373737. Windows color (decimal): -11722632 or 7872589. OLE color: 7872589.

HSL color Cylindrical-coordinate representation of color #4D2078: hue angle of 270.68º 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 #4D2078 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 32 120 -
CMYK 0.36 0.73 0 0.53
HSL 270.68º 0.58% 0.3% -
HSV(B) 270.68º 0.73% 0.47% -
XYZ 6.97 3.97 18.17 -
YUV 55.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 77 32 120 0.36 0.73 0 0.53 270.68 0.58 0.3
Hex 4D 20 78 24 49 0 35 10F 3A 1E
Octal 115 40 170 44 111 0 65 417 72 36
Binary 1001101 100000 1111000 100100 1001001 0 110101 100001111 111010 11110

Color Harmonies of #4D2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2078

Black with #4D2078

Text Example


Text Example

White with #4D2078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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