Shades of Curious Blue #488CC6
Tints of Curious Blue #488CC6
RGB
CMYK
RGB Variations
Color information
#488CC6 (or 0x488CC6) is known color: Curious Blue. HEX triplet: 48, 8C and C6. RGB value is (72,140,198). Sum of RGB (Red+Green+Blue) = 72+140+198=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #488CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CC6 is #B77339. Grayscale: #7D7D7D. Windows color (decimal): -12022586 or 13012040. OLE color: 13012040.
HSL color Cylindrical-coordinate representation of color #488CC6: hue angle of 207.62º 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 #488CC6 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 140 | 198 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.22 |
| HSL | 207.62º | 0.53% | 0.53% | - |
| HSV(B) | 207.62º | 0.64% | 0.78% | - |
| XYZ | 22.24 | 24.21 | 56.93 | - |
| YUV | 126.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 198 | 0.64 | 0.29 | 0 | 0.22 | 207.62 | 0.53 | 0.53 |
| Hex | 48 | 8C | C6 | 40 | 1D | 0 | 16 | D0 | 34 | 35 |
| Octal | 110 | 214 | 306 | 100 | 35 | 0 | 26 | 320 | 64 | 65 |
| Binary | 1001000 | 10001100 | 11000110 | 1000000 | 11101 | 0 | 10110 | 11010000 | 110100 | 110101 |
Color Harmonies of #488CC6
Complementary color
Monochromatic Colors of #488CC6
Black with #488CC6
Text Example
Text Example
White with #488CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CC6; }
p { color: rgb(72,140,198); }
H1.HeaderClassName
{
color: #488CC6;
}
.AnyTagClassName
{
color: #488CC6;
}
</style>
background-color css
<style>
a { background-color: #488CC6; }
a { background-color: rgb(72,140,198); }
div.DivClassName
{
background-color: #488CC6;
}
.BgClassName
{
background-color: #488CC6;
}
</style>
border-color css
<style>
span { border-color: #488CC6; }
span { border-color: rgb(72,140,198); }
td.TdClassName
{
border-color: #488CC6;
}
.TagClassName
{
border-color: #488CC6;
}
</style>