Shades of Blue Diamond #4A2378
Tints of Blue Diamond #4A2378
RGB
CMYK
RGB Variations
Color information
#4A2378 (or 0x4A2378) is known color: Blue Diamond. HEX triplet: 4A, 23 and 78. RGB value is (74,35,120). Sum of RGB (Red+Green+Blue) = 74+35+120=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A2378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2378 is #B5DC87. Grayscale: #383838. Windows color (decimal): -11918472 or 7873354. OLE color: 7873354.
HSL color Cylindrical-coordinate representation of color #4A2378: hue angle of 267.53º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A2378 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 35 | 120 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.53 |
| HSL | 267.53º | 0.55% | 0.3% | - |
| HSV(B) | 267.53º | 0.71% | 0.47% | - |
| XYZ | 6.82 | 4.01 | 18.18 | - |
| YUV | 56.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 120 | 0.38 | 0.71 | 0 | 0.53 | 267.53 | 0.55 | 0.3 |
| Hex | 4A | 23 | 78 | 26 | 47 | 0 | 35 | 10C | 37 | 1E |
| Octal | 112 | 43 | 170 | 46 | 107 | 0 | 65 | 414 | 67 | 36 |
| Binary | 1001010 | 100011 | 1111000 | 100110 | 1000111 | 0 | 110101 | 100001100 | 110111 | 11110 |
Color Harmonies of #4A2378
Complementary color
Monochromatic Colors of #4A2378
Black with #4A2378
Text Example
Text Example
White with #4A2378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2378; }
p { color: rgb(74,35,120); }
H1.HeaderClassName
{
color: #4A2378;
}
.AnyTagClassName
{
color: #4A2378;
}
</style>
background-color css
<style>
a { background-color: #4A2378; }
a { background-color: rgb(74,35,120); }
div.DivClassName
{
background-color: #4A2378;
}
.BgClassName
{
background-color: #4A2378;
}
</style>
border-color css
<style>
span { border-color: #4A2378; }
span { border-color: rgb(74,35,120); }
td.TdClassName
{
border-color: #4A2378;
}
.TagClassName
{
border-color: #4A2378;
}
</style>