Shades of Blue Diamond #422B69
Tints of Blue Diamond #422B69
RGB
CMYK
RGB Variations
Color information
#422B69 (or 0x422B69) is known color: Blue Diamond. HEX triplet: 42, 2B and 69. RGB value is (66,43,105). Sum of RGB (Red+Green+Blue) = 66+43+105=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #422B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B69 is #BDD496. Grayscale: #383838. Windows color (decimal): -12440727 or 6892354. OLE color: 6892354.
HSL color Cylindrical-coordinate representation of color #422B69: hue angle of 262.26º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422B69 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 43 | 105 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.59 |
| HSL | 262.26º | 0.42% | 0.29% | - |
| HSV(B) | 262.26º | 0.59% | 0.41% | - |
| XYZ | 5.66 | 3.91 | 13.82 | - |
| YUV | 56.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 105 | 0.37 | 0.59 | 0 | 0.59 | 262.26 | 0.42 | 0.29 |
| Hex | 42 | 2B | 69 | 25 | 3B | 0 | 3B | 106 | 2A | 1D |
| Octal | 102 | 53 | 151 | 45 | 73 | 0 | 73 | 406 | 52 | 35 |
| Binary | 1000010 | 101011 | 1101001 | 100101 | 111011 | 0 | 111011 | 100000110 | 101010 | 11101 |
Color Harmonies of #422B69
Complementary color
Monochromatic Colors of #422B69
Black with #422B69
Text Example
Text Example
White with #422B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B69; }
p { color: rgb(66,43,105); }
H1.HeaderClassName
{
color: #422B69;
}
.AnyTagClassName
{
color: #422B69;
}
</style>
background-color css
<style>
a { background-color: #422B69; }
a { background-color: rgb(66,43,105); }
div.DivClassName
{
background-color: #422B69;
}
.BgClassName
{
background-color: #422B69;
}
</style>
border-color css
<style>
span { border-color: #422B69; }
span { border-color: rgb(66,43,105); }
td.TdClassName
{
border-color: #422B69;
}
.TagClassName
{
border-color: #422B69;
}
</style>