Shades of Blue Diamond #4C3468
Tints of Blue Diamond #4C3468
RGB
CMYK
RGB Variations
Color information
#4C3468 (or 0x4C3468) is known color: Blue Diamond. HEX triplet: 4C, 34 and 68. RGB value is (76,52,104). Sum of RGB (Red+Green+Blue) = 76+52+104=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C3468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3468 is #B3CB97. Grayscale: #404040. Windows color (decimal): -11783064 or 6829132. OLE color: 6829132.
HSL color Cylindrical-coordinate representation of color #4C3468: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3468 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 52 | 104 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.59 |
| HSL | 267.69º | 0.33% | 0.31% | - |
| HSV(B) | 267.69º | 0.5% | 0.41% | - |
| XYZ | 6.71 | 4.99 | 13.71 | - |
| YUV | 65.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 104 | 0.27 | 0.50 | 0 | 0.59 | 267.69 | 0.33 | 0.31 |
| Hex | 4C | 34 | 68 | 1B | 32 | 0 | 3B | 10C | 21 | 1F |
| Octal | 114 | 64 | 150 | 33 | 62 | 0 | 73 | 414 | 41 | 37 |
| Binary | 1001100 | 110100 | 1101000 | 11011 | 110010 | 0 | 111011 | 100001100 | 100001 | 11111 |
Color Harmonies of #4C3468
Complementary color
Monochromatic Colors of #4C3468
Black with #4C3468
Text Example
Text Example
White with #4C3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3468; }
p { color: rgb(76,52,104); }
H1.HeaderClassName
{
color: #4C3468;
}
.AnyTagClassName
{
color: #4C3468;
}
</style>
background-color css
<style>
a { background-color: #4C3468; }
a { background-color: rgb(76,52,104); }
div.DivClassName
{
background-color: #4C3468;
}
.BgClassName
{
background-color: #4C3468;
}
</style>
border-color css
<style>
span { border-color: #4C3468; }
span { border-color: rgb(76,52,104); }
td.TdClassName
{
border-color: #4C3468;
}
.TagClassName
{
border-color: #4C3468;
}
</style>