#4D3275

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

Shades of Blue Diamond #4D3275

Tints of Blue Diamond #4D3275

Color information

#4D3275 (or 0x4D3275) is unknown color: approx Blue Diamond. HEX triplet: 4D, 32 and 75. RGB value is (77,50,117). Sum of RGB (Red+Green+Blue) = 77+50+117=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D3275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3275 is #B2CD8A. Grayscale: #414141. Windows color (decimal): -11718027 or 7680589. OLE color: 7680589.

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

Color convert

RGB7750117-
CMYK0.340.5700.54
HSL264.18º40.12%32.75%-
HSV(B)264.18º57.26%45.88%-
XYZ7.415.1417.43-
YUV65.71156.95136.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=31.56%
G=20.49%
B=47.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77501170.340.5700.54264.1840.1232.75
Hex4D327522390361082821
Octal1156216542710664105041
Binary100110111001011101011000101110010110110100001000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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