Shades of Cello #434F5A
Tints of Cello #434F5A
RGB
CMYK
RGB Variations
Color information
#434F5A (or 0x434F5A) is known color: Cello. HEX triplet: 43, 4F and 5A. RGB value is (67,79,90). Sum of RGB (Red+Green+Blue) = 67+79+90=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #434F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F5A is #BCB0A5. Grayscale: #4C4C4C. Windows color (decimal): -12365990 or 5918531. OLE color: 5918531.
HSL color Cylindrical-coordinate representation of color #434F5A: hue angle of 208.7º 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 #434F5A is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 79 | 90 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.65 |
| HSL | 208.7º | 0.15% | 0.31% | - |
| HSV(B) | 208.7º | 0.26% | 0.35% | - |
| XYZ | 6.96 | 7.52 | 10.76 | - |
| YUV | 76.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 90 | 0.26 | 0.12 | 0 | 0.65 | 208.7 | 0.15 | 0.31 |
| Hex | 43 | 4F | 5A | 1A | C | 0 | 41 | D1 | F | 1F |
| Octal | 103 | 117 | 132 | 32 | 14 | 0 | 101 | 321 | 17 | 37 |
| Binary | 1000011 | 1001111 | 1011010 | 11010 | 1100 | 0 | 1000001 | 11010001 | 1111 | 11111 |
Color Harmonies of #434F5A
Complementary color
Monochromatic Colors of #434F5A
Black with #434F5A
Text Example
Text Example
White with #434F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F5A; }
p { color: rgb(67,79,90); }
H1.HeaderClassName
{
color: #434F5A;
}
.AnyTagClassName
{
color: #434F5A;
}
</style>
background-color css
<style>
a { background-color: #434F5A; }
a { background-color: rgb(67,79,90); }
div.DivClassName
{
background-color: #434F5A;
}
.BgClassName
{
background-color: #434F5A;
}
</style>
border-color css
<style>
span { border-color: #434F5A; }
span { border-color: rgb(67,79,90); }
td.TdClassName
{
border-color: #434F5A;
}
.TagClassName
{
border-color: #434F5A;
}
</style>