Shades of Blue Zodiac #43485D
Tints of Blue Zodiac #43485D
RGB
CMYK
RGB Variations
Color information
#43485D (or 0x43485D) is known color: Blue Zodiac. HEX triplet: 43, 48 and 5D. RGB value is (67,72,93). Sum of RGB (Red+Green+Blue) = 67+72+93=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #43485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43485D is #BCB7A2. Grayscale: #484848. Windows color (decimal): -12367779 or 6113347. OLE color: 6113347.
HSL color Cylindrical-coordinate representation of color #43485D: hue angle of 228.46º 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 #43485D is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 72 | 93 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.64 |
| HSL | 228.46º | 0.16% | 0.31% | - |
| HSV(B) | 228.46º | 0.28% | 0.36% | - |
| XYZ | 6.61 | 6.62 | 11.29 | - |
| YUV | 72.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 93 | 0.28 | 0.23 | 0 | 0.64 | 228.46 | 0.16 | 0.31 |
| Hex | 43 | 48 | 5D | 1C | 17 | 0 | 40 | E4 | 10 | 1F |
| Octal | 103 | 110 | 135 | 34 | 27 | 0 | 100 | 344 | 20 | 37 |
| Binary | 1000011 | 1001000 | 1011101 | 11100 | 10111 | 0 | 1000000 | 11100100 | 10000 | 11111 |
Color Harmonies of #43485D
Complementary color
Monochromatic Colors of #43485D
Black with #43485D
Text Example
Text Example
White with #43485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43485D; }
p { color: rgb(67,72,93); }
H1.HeaderClassName
{
color: #43485D;
}
.AnyTagClassName
{
color: #43485D;
}
</style>
background-color css
<style>
a { background-color: #43485D; }
a { background-color: rgb(67,72,93); }
div.DivClassName
{
background-color: #43485D;
}
.BgClassName
{
background-color: #43485D;
}
</style>
border-color css
<style>
span { border-color: #43485D; }
span { border-color: rgb(67,72,93); }
td.TdClassName
{
border-color: #43485D;
}
.TagClassName
{
border-color: #43485D;
}
</style>