#4D2968

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

Shades of Blue Diamond #4D2968

Tints of Blue Diamond #4D2968

Color information

#4D2968 (or 0x4D2968) is unknown color: approx Blue Diamond. HEX triplet: 4D, 29 and 68. RGB value is (77,41,104). Sum of RGB (Red+Green+Blue) = 77+41+104=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2968 is #B2D697. Grayscale: #3A3A3A. Windows color (decimal): -11720344 or 6826317. OLE color: 6826317.

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

Color convert

RGB7741104-
CMYK0.260.6100.59
HSL274.29º43.45%28.43%-
HSV(B)274.29º60.58%40.78%-
XYZ6.354.1613.57-
YUV58.95153.43140.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=34.68%
G=18.47%
B=46.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77411040.260.6100.59274.2943.4528.43
Hex4D29681A3D03B1122b1c
Octal1155115032750734225334
Binary1001101101001110100011010111101011101110001001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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