#4C316A

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

Shades of Blue Diamond #4C316A

Tints of Blue Diamond #4C316A

Color information

#4C316A (or 0x4C316A) is unknown color: approx Blue Diamond. HEX triplet: 4C, 31 and 6A. RGB value is (76,49,106). Sum of RGB (Red+Green+Blue) = 76+49+106=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C316A is #B3CE95. Grayscale: #3F3F3F. Windows color (decimal): -11783830 or 6959436. OLE color: 6959436.

HSL color Cylindrical-coordinate representation of color #4C316A: hue angle of 268.42º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C316A is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7649106-
CMYK0.280.5400.58
HSL268.42º36.77%30.39%-
HSV(B)268.42º53.77%41.57%-
XYZ6.684.7714.2-
YUV63.57151.95136.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=32.90%
G=21.21%
B=45.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76491060.280.5400.58268.4236.7730.39
Hex4C316A1C3603A10c251e
Octal1146115234660724144536
Binary1001100110001110101011100110110011101010000110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,106); }

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

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

 a { background-color: rgb(76,49,106); }

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

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

 span { border-color: rgb(76,49,106); }

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