Shades of Cello #434F5B
Tints of Cello #434F5B
RGB
CMYK
RGB Variations
Color information
#434F5B (or 0x434F5B) is known color: Cello. HEX triplet: 43, 4F and 5B. RGB value is (67,79,91). Sum of RGB (Red+Green+Blue) = 67+79+91=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #434F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F5B is #BCB0A4. Grayscale: #4C4C4C. Windows color (decimal): -12365989 or 5984067. OLE color: 5984067.
HSL color Cylindrical-coordinate representation of color #434F5B: hue angle of 210º 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 #434F5B is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 79 | 91 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.64 |
| HSL | 210º | 0.15% | 0.31% | - |
| HSV(B) | 210º | 0.26% | 0.36% | - |
| XYZ | 7 | 7.54 | 10.98 | - |
| YUV | 76.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 91 | 0.26 | 0.13 | 0 | 0.64 | 210 | 0.15 | 0.31 |
| Hex | 43 | 4F | 5B | 1A | D | 0 | 40 | D2 | F | 1F |
| Octal | 103 | 117 | 133 | 32 | 15 | 0 | 100 | 322 | 17 | 37 |
| Binary | 1000011 | 1001111 | 1011011 | 11010 | 1101 | 0 | 1000000 | 11010010 | 1111 | 11111 |
Color Harmonies of #434F5B
Complementary color
Monochromatic Colors of #434F5B
Black with #434F5B
Text Example
Text Example
White with #434F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F5B; }
p { color: rgb(67,79,91); }
H1.HeaderClassName
{
color: #434F5B;
}
.AnyTagClassName
{
color: #434F5B;
}
</style>
background-color css
<style>
a { background-color: #434F5B; }
a { background-color: rgb(67,79,91); }
div.DivClassName
{
background-color: #434F5B;
}
.BgClassName
{
background-color: #434F5B;
}
</style>
border-color css
<style>
span { border-color: #434F5B; }
span { border-color: rgb(67,79,91); }
td.TdClassName
{
border-color: #434F5B;
}
.TagClassName
{
border-color: #434F5B;
}
</style>