Shades of Blue Zodiac #42444B
Tints of Blue Zodiac #42444B
RGB
CMYK
RGB Variations
Color information
#42444B (or 0x42444B) is known color: Blue Zodiac. HEX triplet: 42, 44 and 4B. RGB value is (66,68,75). Sum of RGB (Red+Green+Blue) = 66+68+75=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #42444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42444B is #BDBBB4. Grayscale: #444444. Windows color (decimal): -12434357 or 4932674. OLE color: 4932674.
HSL color Cylindrical-coordinate representation of color #42444B: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42444B is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 68 | 75 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.71 |
| HSL | 226.67º | 0.06% | 0.28% | - |
| HSV(B) | 226.67º | 0.12% | 0.29% | - |
| XYZ | 5.58 | 5.8 | 7.48 | - |
| YUV | 68.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 75 | 0.12 | 0.09 | 0 | 0.71 | 226.67 | 0.06 | 0.28 |
| Hex | 42 | 44 | 4B | C | 9 | 0 | 47 | E3 | 6 | 1C |
| Octal | 102 | 104 | 113 | 14 | 11 | 0 | 107 | 343 | 6 | 34 |
| Binary | 1000010 | 1000100 | 1001011 | 1100 | 1001 | 0 | 1000111 | 11100011 | 110 | 11100 |
Color Harmonies of #42444B
Complementary color
Monochromatic Colors of #42444B
Black with #42444B
Text Example
Text Example
White with #42444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42444B; }
p { color: rgb(66,68,75); }
H1.HeaderClassName
{
color: #42444B;
}
.AnyTagClassName
{
color: #42444B;
}
</style>
background-color css
<style>
a { background-color: #42444B; }
a { background-color: rgb(66,68,75); }
div.DivClassName
{
background-color: #42444B;
}
.BgClassName
{
background-color: #42444B;
}
</style>
border-color css
<style>
span { border-color: #42444B; }
span { border-color: rgb(66,68,75); }
td.TdClassName
{
border-color: #42444B;
}
.TagClassName
{
border-color: #42444B;
}
</style>