#4D2075

Color #4D2075 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4D2075

Tints of Blue Diamond #4D2075

Color information

#4D2075 (or 0x4D2075) is unknown color: approx Blue Diamond. HEX triplet: 4D, 20 and 75. RGB value is (77,32,117). Sum of RGB (Red+Green+Blue) = 77+32+117=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2075 is #B2DF8A. Grayscale: #363636. Windows color (decimal): -11722635 or 7675981. OLE color: 7675981.

HSL color Cylindrical-coordinate representation of color #4D2075: hue angle of 271.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D2075 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7732117-
CMYK0.340.7300.54
HSL271.76º57.05%29.22%-
HSV(B)271.76º72.65%45.88%-
XYZ6.793.917.22-
YUV55.14162.91143.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=34.07%
G=14.16%
B=51.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77321170.340.7300.54271.7657.0529.22
Hex4D20752249036110391d
Octal11540165421110664207135
Binary100110110000011101011000101001001011011010001000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2075;
 }
 .AnyTagClassName
 {
   color: #4D2075;
 }
</style>
background-color css

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

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

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

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

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

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