Shades of Blue Zodiac #42485C
Tints of Blue Zodiac #42485C
RGB
CMYK
RGB Variations
Color information
#42485C (or 0x42485C) is known color: Blue Zodiac. HEX triplet: 42, 48 and 5C. RGB value is (66,72,92). Sum of RGB (Red+Green+Blue) = 66+72+92=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #42485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42485C is #BDB7A3. Grayscale: #484848. Windows color (decimal): -12433316 or 6047810. OLE color: 6047810.
HSL color Cylindrical-coordinate representation of color #42485C: hue angle of 226.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42485C is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 72 | 92 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.64 |
| HSL | 226.15º | 0.16% | 0.31% | - |
| HSV(B) | 226.15º | 0.28% | 0.36% | - |
| XYZ | 6.5 | 6.57 | 11.05 | - |
| YUV | 72.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 72 | 92 | 0.28 | 0.22 | 0 | 0.64 | 226.15 | 0.16 | 0.31 |
| Hex | 42 | 48 | 5C | 1C | 16 | 0 | 40 | E2 | 10 | 1F |
| Octal | 102 | 110 | 134 | 34 | 26 | 0 | 100 | 342 | 20 | 37 |
| Binary | 1000010 | 1001000 | 1011100 | 11100 | 10110 | 0 | 1000000 | 11100010 | 10000 | 11111 |
Color Harmonies of #42485C
Complementary color
Monochromatic Colors of #42485C
Black with #42485C
Text Example
Text Example
White with #42485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42485C; }
p { color: rgb(66,72,92); }
H1.HeaderClassName
{
color: #42485C;
}
.AnyTagClassName
{
color: #42485C;
}
</style>
background-color css
<style>
a { background-color: #42485C; }
a { background-color: rgb(66,72,92); }
div.DivClassName
{
background-color: #42485C;
}
.BgClassName
{
background-color: #42485C;
}
</style>
border-color css
<style>
span { border-color: #42485C; }
span { border-color: rgb(66,72,92); }
td.TdClassName
{
border-color: #42485C;
}
.TagClassName
{
border-color: #42485C;
}
</style>