Shades of Blue Chill #488F92
Tints of Blue Chill #488F92
RGB
CMYK
RGB Variations
Color information
#488F92 (or 0x488F92) is known color: Blue Chill. HEX triplet: 48, 8F and 92. RGB value is (72,143,146). Sum of RGB (Red+Green+Blue) = 72+143+146=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #488F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F92 is #B7706D. Grayscale: #7A7A7A. Windows color (decimal): -12021870 or 9604936. OLE color: 9604936.
HSL color Cylindrical-coordinate representation of color #488F92: hue angle of 182.43º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488F92 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 143 | 146 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.43 |
| HSL | 182.43º | 0.34% | 0.43% | - |
| HSV(B) | 182.43º | 0.51% | 0.57% | - |
| XYZ | 17.68 | 23.1 | 30.72 | - |
| YUV | 122.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 146 | 0.51 | 0.02 | 0 | 0.43 | 182.43 | 0.34 | 0.43 |
| Hex | 48 | 8F | 92 | 33 | 2 | 0 | 2B | B6 | 22 | 2B |
| Octal | 110 | 217 | 222 | 63 | 2 | 0 | 53 | 266 | 42 | 53 |
| Binary | 1001000 | 10001111 | 10010010 | 110011 | 10 | 0 | 101011 | 10110110 | 100010 | 101011 |
Color Harmonies of #488F92
Complementary color
Monochromatic Colors of #488F92
Black with #488F92
Text Example
Text Example
White with #488F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F92; }
p { color: rgb(72,143,146); }
H1.HeaderClassName
{
color: #488F92;
}
.AnyTagClassName
{
color: #488F92;
}
</style>
background-color css
<style>
a { background-color: #488F92; }
a { background-color: rgb(72,143,146); }
div.DivClassName
{
background-color: #488F92;
}
.BgClassName
{
background-color: #488F92;
}
</style>
border-color css
<style>
span { border-color: #488F92; }
span { border-color: rgb(72,143,146); }
td.TdClassName
{
border-color: #488F92;
}
.TagClassName
{
border-color: #488F92;
}
</style>