#4D3075

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

Shades of Blue Diamond #4D3075

Tints of Blue Diamond #4D3075

Color information

#4D3075 (or 0x4D3075) is unknown color: approx Blue Diamond. HEX triplet: 4D, 30 and 75. RGB value is (77,48,117). Sum of RGB (Red+Green+Blue) = 77+48+117=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3075 is #B2CF8A. Grayscale: #404040. Windows color (decimal): -11718539 or 7680077. OLE color: 7680077.

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

Color convert

RGB7748117-
CMYK0.340.5900.54
HSL265.22º41.82%32.35%-
HSV(B)265.22º58.97%45.88%-
XYZ7.334.9817.4-
YUV64.54157.61136.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=31.82%
G=19.83%
B=48.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77481170.340.5900.54265.2241.8232.35
Hex4D3075223B0361092a20
Octal1156016542730664115240
Binary100110111000011101011000101110110110110100001001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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