Shades of Blue Zodiac #43495B
Tints of Blue Zodiac #43495B
RGB
CMYK
RGB Variations
Color information
#43495B (or 0x43495B) is known color: Blue Zodiac. HEX triplet: 43, 49 and 5B. RGB value is (67,73,91). Sum of RGB (Red+Green+Blue) = 67+73+91=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #43495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43495B is #BCB6A4. Grayscale: #494949. Windows color (decimal): -12367525 or 5982531. OLE color: 5982531.
HSL color Cylindrical-coordinate representation of color #43495B: hue angle of 225º 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 #43495B is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 73 | 91 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.64 |
| HSL | 225º | 0.15% | 0.31% | - |
| HSV(B) | 225º | 0.26% | 0.36% | - |
| XYZ | 6.59 | 6.71 | 10.85 | - |
| YUV | 73.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 91 | 0.26 | 0.20 | 0 | 0.64 | 225 | 0.15 | 0.31 |
| Hex | 43 | 49 | 5B | 1A | 14 | 0 | 40 | E1 | F | 1F |
| Octal | 103 | 111 | 133 | 32 | 24 | 0 | 100 | 341 | 17 | 37 |
| Binary | 1000011 | 1001001 | 1011011 | 11010 | 10100 | 0 | 1000000 | 11100001 | 1111 | 11111 |
Color Harmonies of #43495B
Complementary color
Monochromatic Colors of #43495B
Black with #43495B
Text Example
Text Example
White with #43495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43495B; }
p { color: rgb(67,73,91); }
H1.HeaderClassName
{
color: #43495B;
}
.AnyTagClassName
{
color: #43495B;
}
</style>
background-color css
<style>
a { background-color: #43495B; }
a { background-color: rgb(67,73,91); }
div.DivClassName
{
background-color: #43495B;
}
.BgClassName
{
background-color: #43495B;
}
</style>
border-color css
<style>
span { border-color: #43495B; }
span { border-color: rgb(67,73,91); }
td.TdClassName
{
border-color: #43495B;
}
.TagClassName
{
border-color: #43495B;
}
</style>