Shades of Blue Zodiac #434653
Tints of Blue Zodiac #434653
RGB
CMYK
RGB Variations
Color information
#434653 (or 0x434653) is known color: Blue Zodiac. HEX triplet: 43, 46 and 53. RGB value is (67,70,83). Sum of RGB (Red+Green+Blue) = 67+70+83=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #434653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434653 is #BCB9AC. Grayscale: #464646. Windows color (decimal): -12368301 or 5457475. OLE color: 5457475.
HSL color Cylindrical-coordinate representation of color #434653: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434653 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 70 | 83 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.67 |
| HSL | 228.75º | 0.11% | 0.29% | - |
| HSV(B) | 228.75º | 0.19% | 0.33% | - |
| XYZ | 6.07 | 6.2 | 9.06 | - |
| YUV | 70.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 70 | 83 | 0.19 | 0.16 | 0 | 0.67 | 228.75 | 0.11 | 0.29 |
| Hex | 43 | 46 | 53 | 13 | 10 | 0 | 43 | E5 | B | 1D |
| Octal | 103 | 106 | 123 | 23 | 20 | 0 | 103 | 345 | 13 | 35 |
| Binary | 1000011 | 1000110 | 1010011 | 10011 | 10000 | 0 | 1000011 | 11100101 | 1011 | 11101 |
Color Harmonies of #434653
Complementary color
Monochromatic Colors of #434653
Black with #434653
Text Example
Text Example
White with #434653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434653; }
p { color: rgb(67,70,83); }
H1.HeaderClassName
{
color: #434653;
}
.AnyTagClassName
{
color: #434653;
}
</style>
background-color css
<style>
a { background-color: #434653; }
a { background-color: rgb(67,70,83); }
div.DivClassName
{
background-color: #434653;
}
.BgClassName
{
background-color: #434653;
}
</style>
border-color css
<style>
span { border-color: #434653; }
span { border-color: rgb(67,70,83); }
td.TdClassName
{
border-color: #434653;
}
.TagClassName
{
border-color: #434653;
}
</style>