Shades of Blue Zodiac #434650
Tints of Blue Zodiac #434650
RGB
CMYK
RGB Variations
Color information
#434650 (or 0x434650) is known color: Blue Zodiac. HEX triplet: 43, 46 and 50. RGB value is (67,70,80). Sum of RGB (Red+Green+Blue) = 67+70+80=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #434650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434650 is #BCB9AF. Grayscale: #464646. Windows color (decimal): -12368304 or 5260867. OLE color: 5260867.
HSL color Cylindrical-coordinate representation of color #434650: hue angle of 226.15º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434650 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 70 | 80 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.69 |
| HSL | 226.15º | 0.09% | 0.29% | - |
| HSV(B) | 226.15º | 0.16% | 0.31% | - |
| XYZ | 5.95 | 6.15 | 8.46 | - |
| YUV | 70.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 80 | 0.16 | 0.12 | 0 | 0.69 | 226.15 | 0.09 | 0.29 |
| Hex | 43 | 46 | 50 | 10 | C | 0 | 45 | E2 | 9 | 1D |
| Octal | 103 | 106 | 120 | 20 | 14 | 0 | 105 | 342 | 11 | 35 |
| Binary | 1000011 | 1000110 | 1010000 | 10000 | 1100 | 0 | 1000101 | 11100010 | 1001 | 11101 |
Color Harmonies of #434650
Complementary color
Monochromatic Colors of #434650
Black with #434650
Text Example
Text Example
White with #434650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434650; }
p { color: rgb(67,70,80); }
H1.HeaderClassName
{
color: #434650;
}
.AnyTagClassName
{
color: #434650;
}
</style>
background-color css
<style>
a { background-color: #434650; }
a { background-color: rgb(67,70,80); }
div.DivClassName
{
background-color: #434650;
}
.BgClassName
{
background-color: #434650;
}
</style>
border-color css
<style>
span { border-color: #434650; }
span { border-color: rgb(67,70,80); }
td.TdClassName
{
border-color: #434650;
}
.TagClassName
{
border-color: #434650;
}
</style>