Shades of Blue Zodiac #43475B
Tints of Blue Zodiac #43475B
RGB
CMYK
RGB Variations
Color information
#43475B (or 0x43475B) is known color: Blue Zodiac. HEX triplet: 43, 47 and 5B. RGB value is (67,71,91). Sum of RGB (Red+Green+Blue) = 67+71+91=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #43475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43475B is #BCB8A4. Grayscale: #484848. Windows color (decimal): -12368037 or 5982019. OLE color: 5982019.
HSL color Cylindrical-coordinate representation of color #43475B: hue angle of 230º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43475B is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 71 | 91 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.64 |
| HSL | 230º | 0.15% | 0.31% | - |
| HSV(B) | 230º | 0.26% | 0.36% | - |
| XYZ | 6.46 | 6.46 | 10.8 | - |
| YUV | 72.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 91 | 0.26 | 0.22 | 0 | 0.64 | 230 | 0.15 | 0.31 |
| Hex | 43 | 47 | 5B | 1A | 16 | 0 | 40 | E6 | F | 1F |
| Octal | 103 | 107 | 133 | 32 | 26 | 0 | 100 | 346 | 17 | 37 |
| Binary | 1000011 | 1000111 | 1011011 | 11010 | 10110 | 0 | 1000000 | 11100110 | 1111 | 11111 |
Color Harmonies of #43475B
Complementary color
Monochromatic Colors of #43475B
Black with #43475B
Text Example
Text Example
White with #43475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43475B; }
p { color: rgb(67,71,91); }
H1.HeaderClassName
{
color: #43475B;
}
.AnyTagClassName
{
color: #43475B;
}
</style>
background-color css
<style>
a { background-color: #43475B; }
a { background-color: rgb(67,71,91); }
div.DivClassName
{
background-color: #43475B;
}
.BgClassName
{
background-color: #43475B;
}
</style>
border-color css
<style>
span { border-color: #43475B; }
span { border-color: rgb(67,71,91); }
td.TdClassName
{
border-color: #43475B;
}
.TagClassName
{
border-color: #43475B;
}
</style>