Shades of Blue Diamond #4C3274
Tints of Blue Diamond #4C3274
RGB
CMYK
RGB Variations
Color information
#4C3274 (or 0x4C3274) is known color: Blue Diamond. HEX triplet: 4C, 32 and 74. RGB value is (76,50,116). Sum of RGB (Red+Green+Blue) = 76+50+116=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C3274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3274 is #B3CD8B. Grayscale: #414141. Windows color (decimal): -11783564 or 7615052. OLE color: 7615052.
HSL color Cylindrical-coordinate representation of color #4C3274: hue angle of 263.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3274 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 50 | 116 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.55 |
| HSL | 263.64º | 0.4% | 0.33% | - |
| HSV(B) | 263.64º | 0.57% | 0.45% | - |
| XYZ | 7.27 | 5.08 | 17.12 | - |
| YUV | 65.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 116 | 0.34 | 0.57 | 0 | 0.55 | 263.64 | 0.4 | 0.33 |
| Hex | 4C | 32 | 74 | 22 | 39 | 0 | 37 | 108 | 28 | 21 |
| Octal | 114 | 62 | 164 | 42 | 71 | 0 | 67 | 410 | 50 | 41 |
| Binary | 1001100 | 110010 | 1110100 | 100010 | 111001 | 0 | 110111 | 100001000 | 101000 | 100001 |
Color Harmonies of #4C3274
Complementary color
Monochromatic Colors of #4C3274
Black with #4C3274
Text Example
Text Example
White with #4C3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3274; }
p { color: rgb(76,50,116); }
H1.HeaderClassName
{
color: #4C3274;
}
.AnyTagClassName
{
color: #4C3274;
}
</style>
background-color css
<style>
a { background-color: #4C3274; }
a { background-color: rgb(76,50,116); }
div.DivClassName
{
background-color: #4C3274;
}
.BgClassName
{
background-color: #4C3274;
}
</style>
border-color css
<style>
span { border-color: #4C3274; }
span { border-color: rgb(76,50,116); }
td.TdClassName
{
border-color: #4C3274;
}
.TagClassName
{
border-color: #4C3274;
}
</style>