Shades of Blue Chill #488F94
Tints of Blue Chill #488F94
RGB
CMYK
RGB Variations
Color information
#488F94 (or 0x488F94) is known color: Blue Chill. HEX triplet: 48, 8F and 94. RGB value is (72,143,148). Sum of RGB (Red+Green+Blue) = 72+143+148=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #488F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488F94 is #B7706B. Grayscale: #7A7A7A. Windows color (decimal): -12021868 or 9736008. OLE color: 9736008.
HSL color Cylindrical-coordinate representation of color #488F94: hue angle of 183.95º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488F94 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 143 | 148 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.42 |
| HSL | 183.95º | 0.35% | 0.43% | - |
| HSV(B) | 183.95º | 0.51% | 0.58% | - |
| XYZ | 17.84 | 23.16 | 31.55 | - |
| YUV | 122.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 148 | 0.51 | 0.03 | 0 | 0.42 | 183.95 | 0.35 | 0.43 |
| Hex | 48 | 8F | 94 | 33 | 3 | 0 | 2A | B8 | 23 | 2B |
| Octal | 110 | 217 | 224 | 63 | 3 | 0 | 52 | 270 | 43 | 53 |
| Binary | 1001000 | 10001111 | 10010100 | 110011 | 11 | 0 | 101010 | 10111000 | 100011 | 101011 |
Color Harmonies of #488F94
Complementary color
Monochromatic Colors of #488F94
Black with #488F94
Text Example
Text Example
White with #488F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F94; }
p { color: rgb(72,143,148); }
H1.HeaderClassName
{
color: #488F94;
}
.AnyTagClassName
{
color: #488F94;
}
</style>
background-color css
<style>
a { background-color: #488F94; }
a { background-color: rgb(72,143,148); }
div.DivClassName
{
background-color: #488F94;
}
.BgClassName
{
background-color: #488F94;
}
</style>
border-color css
<style>
span { border-color: #488F94; }
span { border-color: rgb(72,143,148); }
td.TdClassName
{
border-color: #488F94;
}
.TagClassName
{
border-color: #488F94;
}
</style>