#4D2A68

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

Shades of Blue Diamond #4D2A68

Tints of Blue Diamond #4D2A68

Color information

#4D2A68 (or 0x4D2A68) is unknown color: approx Blue Diamond. HEX triplet: 4D, 2A and 68. RGB value is (77,42,104). Sum of RGB (Red+Green+Blue) = 77+42+104=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2A68 is #B2D597. Grayscale: #3B3B3B. Windows color (decimal): -11720088 or 6826573. OLE color: 6826573.

HSL color Cylindrical-coordinate representation of color #4D2A68: hue angle of 273.87º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D2A68 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7742104-
CMYK0.260.6000.59
HSL273.87º42.47%28.63%-
HSV(B)273.87º59.62%40.78%-
XYZ6.394.2313.58-
YUV59.53153.1140.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=34.53%
G=18.83%
B=46.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77421040.260.6000.59273.8742.4728.63
Hex4D2A681A3C03B1122a1d
Octal1155215032740734225235
Binary1001101101010110100011010111100011101110001001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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