Shades of Blue Zodiac #43495D
Tints of Blue Zodiac #43495D
RGB
CMYK
RGB Variations
Color information
#43495D (or 0x43495D) is known color: Blue Zodiac. HEX triplet: 43, 49 and 5D. RGB value is (67,73,93). Sum of RGB (Red+Green+Blue) = 67+73+93=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #43495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43495D is #BCB6A2. Grayscale: #494949. Windows color (decimal): -12367523 or 6113603. OLE color: 6113603.
HSL color Cylindrical-coordinate representation of color #43495D: 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 #43495D is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 73 | 93 | - |
| 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.67 | 6.75 | 11.31 | - |
| YUV | 73.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 93 | 0.28 | 0.22 | 0 | 0.64 | 226.15 | 0.16 | 0.31 |
| Hex | 43 | 49 | 5D | 1C | 16 | 0 | 40 | E2 | 10 | 1F |
| Octal | 103 | 111 | 135 | 34 | 26 | 0 | 100 | 342 | 20 | 37 |
| Binary | 1000011 | 1001001 | 1011101 | 11100 | 10110 | 0 | 1000000 | 11100010 | 10000 | 11111 |
Color Harmonies of #43495D
Complementary color
Monochromatic Colors of #43495D
Black with #43495D
Text Example
Text Example
White with #43495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43495D; }
p { color: rgb(67,73,93); }
H1.HeaderClassName
{
color: #43495D;
}
.AnyTagClassName
{
color: #43495D;
}
</style>
background-color css
<style>
a { background-color: #43495D; }
a { background-color: rgb(67,73,93); }
div.DivClassName
{
background-color: #43495D;
}
.BgClassName
{
background-color: #43495D;
}
</style>
border-color css
<style>
span { border-color: #43495D; }
span { border-color: rgb(67,73,93); }
td.TdClassName
{
border-color: #43495D;
}
.TagClassName
{
border-color: #43495D;
}
</style>