Shades of Casal #454F51
Tints of Casal #454F51
RGB
CMYK
RGB Variations
Color information
#454F51 (or 0x454F51) is known color: Casal. HEX triplet: 45, 4F and 51. RGB value is (69,79,81). Sum of RGB (Red+Green+Blue) = 69+79+81=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #454F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F51 is #BAB0AE. Grayscale: #4C4C4C. Windows color (decimal): -12234927 or 5328709. OLE color: 5328709.
HSL color Cylindrical-coordinate representation of color #454F51: hue angle of 190º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454F51 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 79 | 81 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.68 |
| HSL | 190º | 0.08% | 0.29% | - |
| HSV(B) | 190º | 0.15% | 0.32% | - |
| XYZ | 6.74 | 7.45 | 8.87 | - |
| YUV | 76.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 81 | 0.15 | 0.02 | 0 | 0.68 | 190 | 0.08 | 0.29 |
| Hex | 45 | 4F | 51 | F | 2 | 0 | 44 | BE | 8 | 1D |
| Octal | 105 | 117 | 121 | 17 | 2 | 0 | 104 | 276 | 10 | 35 |
| Binary | 1000101 | 1001111 | 1010001 | 1111 | 10 | 0 | 1000100 | 10111110 | 1000 | 11101 |
Color Harmonies of #454F51
Complementary color
Monochromatic Colors of #454F51
Black with #454F51
Text Example
Text Example
White with #454F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F51; }
p { color: rgb(69,79,81); }
H1.HeaderClassName
{
color: #454F51;
}
.AnyTagClassName
{
color: #454F51;
}
</style>
background-color css
<style>
a { background-color: #454F51; }
a { background-color: rgb(69,79,81); }
div.DivClassName
{
background-color: #454F51;
}
.BgClassName
{
background-color: #454F51;
}
</style>
border-color css
<style>
span { border-color: #454F51; }
span { border-color: rgb(69,79,81); }
td.TdClassName
{
border-color: #454F51;
}
.TagClassName
{
border-color: #454F51;
}
</style>