Shades of Blue Diamond #42246B
Tints of Blue Diamond #42246B
RGB
CMYK
RGB Variations
Color information
#42246B (or 0x42246B) is known color: Blue Diamond. HEX triplet: 42, 24 and 6B. RGB value is (66,36,107). Sum of RGB (Red+Green+Blue) = 66+36+107=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #42246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42246B is #BDDB94. Grayscale: #343434. Windows color (decimal): -12442517 or 7021634. OLE color: 7021634.
HSL color Cylindrical-coordinate representation of color #42246B: hue angle of 265.35º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42246B is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 36 | 107 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.58 |
| HSL | 265.35º | 0.5% | 0.28% | - |
| HSV(B) | 265.35º | 0.66% | 0.42% | - |
| XYZ | 5.53 | 3.48 | 14.29 | - |
| YUV | 53.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 107 | 0.38 | 0.66 | 0 | 0.58 | 265.35 | 0.5 | 0.28 |
| Hex | 42 | 24 | 6B | 26 | 42 | 0 | 3A | 109 | 32 | 1C |
| Octal | 102 | 44 | 153 | 46 | 102 | 0 | 72 | 411 | 62 | 34 |
| Binary | 1000010 | 100100 | 1101011 | 100110 | 1000010 | 0 | 111010 | 100001001 | 110010 | 11100 |
Color Harmonies of #42246B
Complementary color
Monochromatic Colors of #42246B
Black with #42246B
Text Example
Text Example
White with #42246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42246B; }
p { color: rgb(66,36,107); }
H1.HeaderClassName
{
color: #42246B;
}
.AnyTagClassName
{
color: #42246B;
}
</style>
background-color css
<style>
a { background-color: #42246B; }
a { background-color: rgb(66,36,107); }
div.DivClassName
{
background-color: #42246B;
}
.BgClassName
{
background-color: #42246B;
}
</style>
border-color css
<style>
span { border-color: #42246B; }
span { border-color: rgb(66,36,107); }
td.TdClassName
{
border-color: #42246B;
}
.TagClassName
{
border-color: #42246B;
}
</style>