Shades of Curious Blue #488DC6
Tints of Curious Blue #488DC6
RGB
CMYK
RGB Variations
Color information
#488DC6 (or 0x488DC6) is known color: Curious Blue. HEX triplet: 48, 8D and C6. RGB value is (72,141,198). Sum of RGB (Red+Green+Blue) = 72+141+198=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #488DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC6 is #B77239. Grayscale: #7E7E7E. Windows color (decimal): -12022330 or 13012296. OLE color: 13012296.
HSL color Cylindrical-coordinate representation of color #488DC6: hue angle of 207.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488DC6 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 141 | 198 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.22 |
| HSL | 207.14º | 0.53% | 0.53% | - |
| HSV(B) | 207.14º | 0.64% | 0.78% | - |
| XYZ | 22.39 | 24.5 | 56.98 | - |
| YUV | 126.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 198 | 0.64 | 0.29 | 0 | 0.22 | 207.14 | 0.53 | 0.53 |
| Hex | 48 | 8D | C6 | 40 | 1D | 0 | 16 | CF | 34 | 35 |
| Octal | 110 | 215 | 306 | 100 | 35 | 0 | 26 | 317 | 64 | 65 |
| Binary | 1001000 | 10001101 | 11000110 | 1000000 | 11101 | 0 | 10110 | 11001111 | 110100 | 110101 |
Color Harmonies of #488DC6
Complementary color
Monochromatic Colors of #488DC6
Black with #488DC6
Text Example
Text Example
White with #488DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DC6; }
p { color: rgb(72,141,198); }
H1.HeaderClassName
{
color: #488DC6;
}
.AnyTagClassName
{
color: #488DC6;
}
</style>
background-color css
<style>
a { background-color: #488DC6; }
a { background-color: rgb(72,141,198); }
div.DivClassName
{
background-color: #488DC6;
}
.BgClassName
{
background-color: #488DC6;
}
</style>
border-color css
<style>
span { border-color: #488DC6; }
span { border-color: rgb(72,141,198); }
td.TdClassName
{
border-color: #488DC6;
}
.TagClassName
{
border-color: #488DC6;
}
</style>