Shades of Cello #434F5F
Tints of Cello #434F5F
RGB
CMYK
RGB Variations
Color information
#434F5F (or 0x434F5F) is known color: Cello. HEX triplet: 43, 4F and 5F. RGB value is (67,79,95). Sum of RGB (Red+Green+Blue) = 67+79+95=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #434F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F5F is #BCB0A0. Grayscale: #4D4D4D. Windows color (decimal): -12365985 or 6246211. OLE color: 6246211.
HSL color Cylindrical-coordinate representation of color #434F5F: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #434F5F is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 79 | 95 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.63 |
| HSL | 214.29º | 0.17% | 0.32% | - |
| HSV(B) | 214.29º | 0.29% | 0.37% | - |
| XYZ | 7.18 | 7.61 | 11.92 | - |
| YUV | 77.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 95 | 0.29 | 0.17 | 0 | 0.63 | 214.29 | 0.17 | 0.32 |
| Hex | 43 | 4F | 5F | 1D | 11 | 0 | 3F | D6 | 11 | 20 |
| Octal | 103 | 117 | 137 | 35 | 21 | 0 | 77 | 326 | 21 | 40 |
| Binary | 1000011 | 1001111 | 1011111 | 11101 | 10001 | 0 | 111111 | 11010110 | 10001 | 100000 |
Color Harmonies of #434F5F
Complementary color
Monochromatic Colors of #434F5F
Black with #434F5F
Text Example
Text Example
White with #434F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F5F; }
p { color: rgb(67,79,95); }
H1.HeaderClassName
{
color: #434F5F;
}
.AnyTagClassName
{
color: #434F5F;
}
</style>
background-color css
<style>
a { background-color: #434F5F; }
a { background-color: rgb(67,79,95); }
div.DivClassName
{
background-color: #434F5F;
}
.BgClassName
{
background-color: #434F5F;
}
</style>
border-color css
<style>
span { border-color: #434F5F; }
span { border-color: rgb(67,79,95); }
td.TdClassName
{
border-color: #434F5F;
}
.TagClassName
{
border-color: #434F5F;
}
</style>