#4D286C

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

Shades of Blue Diamond #4D286C

Tints of Blue Diamond #4D286C

Color information

#4D286C (or 0x4D286C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 28 and 6C. RGB value is (77,40,108). Sum of RGB (Red+Green+Blue) = 77+40+108=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D286C is #B2D793. Grayscale: #3A3A3A. Windows color (decimal): -11720596 or 7088205. OLE color: 7088205.

HSL color Cylindrical-coordinate representation of color #4D286C: hue angle of 272.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D286C is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7740108-
CMYK0.290.6300.58
HSL272.65º45.95%29.02%-
HSV(B)272.65º62.96%42.35%-
XYZ6.534.1814.65-
YUV58.82155.76140.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 108 (42.58% from 255) = 48%
R=34.22%
G=17.78%
B=48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77401080.290.6300.58272.6545.9529.02
Hex4D286C1D3F03A1112e1d
Octal1155015435770724215635
Binary1001101101000110110011101111111011101010001000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,40,108); }

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

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

 a { background-color: rgb(77,40,108); }

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

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

 span { border-color: rgb(77,40,108); }

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