Shades of Como #457D5F
Tints of Como #457D5F
RGB
CMYK
RGB Variations
Color information
#457D5F (or 0x457D5F) is known color: Como. HEX triplet: 45, 7D and 5F. RGB value is (69,125,95). Sum of RGB (Red+Green+Blue) = 69+125+95=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #457D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D5F is #BA82A0. Grayscale: #686868. Windows color (decimal): -12223137 or 6257989. OLE color: 6257989.
HSL color Cylindrical-coordinate representation of color #457D5F: hue angle of 147.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457D5F is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 95 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.51 |
| HSL | 147.86º | 0.29% | 0.38% | - |
| HSV(B) | 147.86º | 0.45% | 0.49% | - |
| XYZ | 11.85 | 16.76 | 13.44 | - |
| YUV | 104.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 95 | 0.45 | 0 | 0.24 | 0.51 | 147.86 | 0.29 | 0.38 |
| Hex | 45 | 7D | 5F | 2D | 0 | 18 | 33 | 94 | 1D | 26 |
| Octal | 105 | 175 | 137 | 55 | 0 | 30 | 63 | 224 | 35 | 46 |
| Binary | 1000101 | 1111101 | 1011111 | 101101 | 0 | 11000 | 110011 | 10010100 | 11101 | 100110 |
Color Harmonies of #457D5F
Complementary color
Monochromatic Colors of #457D5F
Black with #457D5F
Text Example
Text Example
White with #457D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D5F; }
p { color: rgb(69,125,95); }
H1.HeaderClassName
{
color: #457D5F;
}
.AnyTagClassName
{
color: #457D5F;
}
</style>
background-color css
<style>
a { background-color: #457D5F; }
a { background-color: rgb(69,125,95); }
div.DivClassName
{
background-color: #457D5F;
}
.BgClassName
{
background-color: #457D5F;
}
</style>
border-color css
<style>
span { border-color: #457D5F; }
span { border-color: rgb(69,125,95); }
td.TdClassName
{
border-color: #457D5F;
}
.TagClassName
{
border-color: #457D5F;
}
</style>