Shades of Cello #424F5C
Tints of Cello #424F5C
RGB
CMYK
RGB Variations
Color information
#424F5C (or 0x424F5C) is known color: Cello. HEX triplet: 42, 4F and 5C. RGB value is (66,79,92). Sum of RGB (Red+Green+Blue) = 66+79+92=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #424F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F5C is #BDB0A3. Grayscale: #4C4C4C. Windows color (decimal): -12431524 or 6049602. OLE color: 6049602.
HSL color Cylindrical-coordinate representation of color #424F5C: hue angle of 210º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424F5C is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 79 | 92 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.64 |
| HSL | 210º | 0.16% | 0.31% | - |
| HSV(B) | 210º | 0.28% | 0.36% | - |
| XYZ | 6.97 | 7.52 | 11.21 | - |
| YUV | 76.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 92 | 0.28 | 0.14 | 0 | 0.64 | 210 | 0.16 | 0.31 |
| Hex | 42 | 4F | 5C | 1C | E | 0 | 40 | D2 | 10 | 1F |
| Octal | 102 | 117 | 134 | 34 | 16 | 0 | 100 | 322 | 20 | 37 |
| Binary | 1000010 | 1001111 | 1011100 | 11100 | 1110 | 0 | 1000000 | 11010010 | 10000 | 11111 |
Color Harmonies of #424F5C
Complementary color
Monochromatic Colors of #424F5C
Black with #424F5C
Text Example
Text Example
White with #424F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424F5C; }
p { color: rgb(66,79,92); }
H1.HeaderClassName
{
color: #424F5C;
}
.AnyTagClassName
{
color: #424F5C;
}
</style>
background-color css
<style>
a { background-color: #424F5C; }
a { background-color: rgb(66,79,92); }
div.DivClassName
{
background-color: #424F5C;
}
.BgClassName
{
background-color: #424F5C;
}
</style>
border-color css
<style>
span { border-color: #424F5C; }
span { border-color: rgb(66,79,92); }
td.TdClassName
{
border-color: #424F5C;
}
.TagClassName
{
border-color: #424F5C;
}
</style>