#4C2C68

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

Shades of Blue Diamond #4C2C68

Tints of Blue Diamond #4C2C68

Color information

#4C2C68 (or 0x4C2C68) is unknown color: approx Blue Diamond. HEX triplet: 4C, 2C and 68. RGB value is (76,44,104). Sum of RGB (Red+Green+Blue) = 76+44+104=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C2C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2C68 is #B3D397. Grayscale: #3C3C3C. Windows color (decimal): -11785112 or 6827084. OLE color: 6827084.

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

Color convert

RGB7644104-
CMYK0.270.5800.59
HSL272º40.54%29.02%-
HSV(B)272º57.69%40.78%-
XYZ6.384.3413.6-
YUV60.41152.6139.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=33.93%
G=19.64%
B=46.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76441040.270.5800.5927240.5429.02
Hex4C2C681B3A03B110291d
Octal1145415033720734205135
Binary1001100101100110100011011111010011101110001000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,44,104); }

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

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

 a { background-color: rgb(76,44,104); }

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

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

 span { border-color: rgb(76,44,104); }

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