Shades of Blue Zodiac #43454C
Tints of Blue Zodiac #43454C
RGB
CMYK
RGB Variations
Color information
#43454C (or 0x43454C) is known color: Blue Zodiac. HEX triplet: 43, 45 and 4C. RGB value is (67,69,76). Sum of RGB (Red+Green+Blue) = 67+69+76=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #43454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43454C is #BCBAB3. Grayscale: #454545. Windows color (decimal): -12368564 or 4998467. OLE color: 4998467.
HSL color Cylindrical-coordinate representation of color #43454C: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #43454C is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 69 | 76 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.70 |
| HSL | 226.67º | 0.06% | 0.28% | - |
| HSV(B) | 226.67º | 0.12% | 0.3% | - |
| XYZ | 5.75 | 5.97 | 7.69 | - |
| YUV | 69.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 76 | 0.12 | 0.09 | 0 | 0.70 | 226.67 | 0.06 | 0.28 |
| Hex | 43 | 45 | 4C | C | 9 | 0 | 46 | E3 | 6 | 1C |
| Octal | 103 | 105 | 114 | 14 | 11 | 0 | 106 | 343 | 6 | 34 |
| Binary | 1000011 | 1000101 | 1001100 | 1100 | 1001 | 0 | 1000110 | 11100011 | 110 | 11100 |
Color Harmonies of #43454C
Complementary color
Monochromatic Colors of #43454C
Black with #43454C
Text Example
Text Example
White with #43454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43454C; }
p { color: rgb(67,69,76); }
H1.HeaderClassName
{
color: #43454C;
}
.AnyTagClassName
{
color: #43454C;
}
</style>
background-color css
<style>
a { background-color: #43454C; }
a { background-color: rgb(67,69,76); }
div.DivClassName
{
background-color: #43454C;
}
.BgClassName
{
background-color: #43454C;
}
</style>
border-color css
<style>
span { border-color: #43454C; }
span { border-color: rgb(67,69,76); }
td.TdClassName
{
border-color: #43454C;
}
.TagClassName
{
border-color: #43454C;
}
</style>