Shades of Lochinvar #459883
Tints of Lochinvar #459883
RGB
CMYK
RGB Variations
Color information
#459883 (or 0x459883) is known color: Lochinvar. HEX triplet: 45, 98 and 83. RGB value is (69,152,131). Sum of RGB (Red+Green+Blue) = 69+152+131=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #459883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459883 is #BA677C. Grayscale: #7C7C7C. Windows color (decimal): -12216189 or 8624197. OLE color: 8624197.
HSL color Cylindrical-coordinate representation of color #459883: hue angle of 164.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459883 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 152 | 131 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.40 |
| HSL | 164.82º | 0.38% | 0.43% | - |
| HSV(B) | 164.82º | 0.55% | 0.6% | - |
| XYZ | 17.78 | 25.36 | 25.43 | - |
| YUV | 124.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 131 | 0.55 | 0 | 0.14 | 0.40 | 164.82 | 0.38 | 0.43 |
| Hex | 45 | 98 | 83 | 37 | 0 | E | 28 | A5 | 26 | 2B |
| Octal | 105 | 230 | 203 | 67 | 0 | 16 | 50 | 245 | 46 | 53 |
| Binary | 1000101 | 10011000 | 10000011 | 110111 | 0 | 1110 | 101000 | 10100101 | 100110 | 101011 |
Color Harmonies of #459883
Complementary color
Monochromatic Colors of #459883
Black with #459883
Text Example
Text Example
White with #459883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459883; }
p { color: rgb(69,152,131); }
H1.HeaderClassName
{
color: #459883;
}
.AnyTagClassName
{
color: #459883;
}
</style>
background-color css
<style>
a { background-color: #459883; }
a { background-color: rgb(69,152,131); }
div.DivClassName
{
background-color: #459883;
}
.BgClassName
{
background-color: #459883;
}
</style>
border-color css
<style>
span { border-color: #459883; }
span { border-color: rgb(69,152,131); }
td.TdClassName
{
border-color: #459883;
}
.TagClassName
{
border-color: #459883;
}
</style>