Shades of Blue Zodiac #434A5B
Tints of Blue Zodiac #434A5B
RGB
CMYK
RGB Variations
Color information
#434A5B (or 0x434A5B) is known color: Blue Zodiac. HEX triplet: 43, 4A and 5B. RGB value is (67,74,91). Sum of RGB (Red+Green+Blue) = 67+74+91=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #434A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434A5B is #BCB5A4. Grayscale: #494949. Windows color (decimal): -12367269 or 5982787. OLE color: 5982787.
HSL color Cylindrical-coordinate representation of color #434A5B: hue angle of 222.5º 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 #434A5B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 74 | 91 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.64 |
| HSL | 222.5º | 0.15% | 0.31% | - |
| HSV(B) | 222.5º | 0.26% | 0.36% | - |
| XYZ | 6.65 | 6.85 | 10.87 | - |
| YUV | 73.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 91 | 0.26 | 0.19 | 0 | 0.64 | 222.5 | 0.15 | 0.31 |
| Hex | 43 | 4A | 5B | 1A | 13 | 0 | 40 | DE | F | 1F |
| Octal | 103 | 112 | 133 | 32 | 23 | 0 | 100 | 336 | 17 | 37 |
| Binary | 1000011 | 1001010 | 1011011 | 11010 | 10011 | 0 | 1000000 | 11011110 | 1111 | 11111 |
Color Harmonies of #434A5B
Complementary color
Monochromatic Colors of #434A5B
Black with #434A5B
Text Example
Text Example
White with #434A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A5B; }
p { color: rgb(67,74,91); }
H1.HeaderClassName
{
color: #434A5B;
}
.AnyTagClassName
{
color: #434A5B;
}
</style>
background-color css
<style>
a { background-color: #434A5B; }
a { background-color: rgb(67,74,91); }
div.DivClassName
{
background-color: #434A5B;
}
.BgClassName
{
background-color: #434A5B;
}
</style>
border-color css
<style>
span { border-color: #434A5B; }
span { border-color: rgb(67,74,91); }
td.TdClassName
{
border-color: #434A5B;
}
.TagClassName
{
border-color: #434A5B;
}
</style>