Shades of Blue Zodiac #43495A
Tints of Blue Zodiac #43495A
RGB
CMYK
RGB Variations
Color information
#43495A (or 0x43495A) is known color: Blue Zodiac. HEX triplet: 43, 49 and 5A. RGB value is (67,73,90). Sum of RGB (Red+Green+Blue) = 67+73+90=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #43495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43495A is #BCB6A5. Grayscale: #494949. Windows color (decimal): -12367526 or 5916995. OLE color: 5916995.
HSL color Cylindrical-coordinate representation of color #43495A: hue angle of 224.35º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43495A is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 73 | 90 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.65 |
| HSL | 224.35º | 0.15% | 0.31% | - |
| HSV(B) | 224.35º | 0.26% | 0.35% | - |
| XYZ | 6.54 | 6.7 | 10.62 | - |
| YUV | 73.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 90 | 0.26 | 0.19 | 0 | 0.65 | 224.35 | 0.15 | 0.31 |
| Hex | 43 | 49 | 5A | 1A | 13 | 0 | 41 | E0 | F | 1F |
| Octal | 103 | 111 | 132 | 32 | 23 | 0 | 101 | 340 | 17 | 37 |
| Binary | 1000011 | 1001001 | 1011010 | 11010 | 10011 | 0 | 1000001 | 11100000 | 1111 | 11111 |
Color Harmonies of #43495A
Complementary color
Monochromatic Colors of #43495A
Black with #43495A
Text Example
Text Example
White with #43495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43495A; }
p { color: rgb(67,73,90); }
H1.HeaderClassName
{
color: #43495A;
}
.AnyTagClassName
{
color: #43495A;
}
</style>
background-color css
<style>
a { background-color: #43495A; }
a { background-color: rgb(67,73,90); }
div.DivClassName
{
background-color: #43495A;
}
.BgClassName
{
background-color: #43495A;
}
</style>
border-color css
<style>
span { border-color: #43495A; }
span { border-color: rgb(67,73,90); }
td.TdClassName
{
border-color: #43495A;
}
.TagClassName
{
border-color: #43495A;
}
</style>