Shades of Blue Diamond #442B66
Tints of Blue Diamond #442B66
RGB
CMYK
RGB Variations
Color information
#442B66 (or 0x442B66) is known color: Blue Diamond. HEX triplet: 44, 2B and 66. RGB value is (68,43,102). Sum of RGB (Red+Green+Blue) = 68+43+102=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #442B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B66 is #BBD499. Grayscale: #383838. Windows color (decimal): -12309658 or 6695748. OLE color: 6695748.
HSL color Cylindrical-coordinate representation of color #442B66: hue angle of 265.42º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #442B66 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 43 | 102 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.6 |
| HSL | 265.42º | 0.41% | 0.28% | - |
| HSV(B) | 265.42º | 0.58% | 0.4% | - |
| XYZ | 5.65 | 3.92 | 13.03 | - |
| YUV | 57.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 102 | 0.33 | 0.58 | 0 | 0.6 | 265.42 | 0.41 | 0.28 |
| Hex | 44 | 2B | 66 | 21 | 3A | 0 | 3C | 109 | 29 | 1C |
| Octal | 104 | 53 | 146 | 41 | 72 | 0 | 74 | 411 | 51 | 34 |
| Binary | 1000100 | 101011 | 1100110 | 100001 | 111010 | 0 | 111100 | 100001001 | 101001 | 11100 |
Color Harmonies of #442B66
Complementary color
Monochromatic Colors of #442B66
Black with #442B66
Text Example
Text Example
White with #442B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B66; }
p { color: rgb(68,43,102); }
H1.HeaderClassName
{
color: #442B66;
}
.AnyTagClassName
{
color: #442B66;
}
</style>
background-color css
<style>
a { background-color: #442B66; }
a { background-color: rgb(68,43,102); }
div.DivClassName
{
background-color: #442B66;
}
.BgClassName
{
background-color: #442B66;
}
</style>
border-color css
<style>
span { border-color: #442B66; }
span { border-color: rgb(68,43,102); }
td.TdClassName
{
border-color: #442B66;
}
.TagClassName
{
border-color: #442B66;
}
</style>