#4D2568

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

Shades of Blue Diamond #4D2568

Tints of Blue Diamond #4D2568

Color information

#4D2568 (or 0x4D2568) is unknown color: approx Blue Diamond. HEX triplet: 4D, 25 and 68. RGB value is (77,37,104). Sum of RGB (Red+Green+Blue) = 77+37+104=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2568 is #B2DA97. Grayscale: #383838. Windows color (decimal): -11721368 or 6825293. OLE color: 6825293.

HSL color Cylindrical-coordinate representation of color #4D2568: hue angle of 275.82º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D2568 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7737104-
CMYK0.260.6400.59
HSL275.82º47.52%27.65%-
HSV(B)275.82º64.42%40.78%-
XYZ6.223.913.52-
YUV56.6154.75142.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.32%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=35.32%
G=16.97%
B=47.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77371040.260.6400.59275.8247.5227.65
Hex4D25681A4003B114301c
Octal11545150321000734246034
Binary10011011001011101000110101000000011101110001010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,104); }

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

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

 a { background-color: rgb(77,37,104); }

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

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

 span { border-color: rgb(77,37,104); }

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