Shades of Curious Blue #488DC4
Tints of Curious Blue #488DC4
RGB
CMYK
RGB Variations
Color information
#488DC4 (or 0x488DC4) is known color: Curious Blue. HEX triplet: 48, 8D and C4. RGB value is (72,141,196). Sum of RGB (Red+Green+Blue) = 72+141+196=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #488DC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DC4 is #B7723B. Grayscale: #7E7E7E. Windows color (decimal): -12022332 or 12881224. OLE color: 12881224.
HSL color Cylindrical-coordinate representation of color #488DC4: hue angle of 206.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488DC4 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 141 | 196 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.23 |
| HSL | 206.61º | 0.51% | 0.53% | - |
| HSV(B) | 206.61º | 0.63% | 0.77% | - |
| XYZ | 22.16 | 24.41 | 55.77 | - |
| YUV | 126.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 196 | 0.63 | 0.28 | 0 | 0.23 | 206.61 | 0.51 | 0.53 |
| Hex | 48 | 8D | C4 | 3F | 1C | 0 | 17 | CF | 33 | 35 |
| Octal | 110 | 215 | 304 | 77 | 34 | 0 | 27 | 317 | 63 | 65 |
| Binary | 1001000 | 10001101 | 11000100 | 111111 | 11100 | 0 | 10111 | 11001111 | 110011 | 110101 |
Color Harmonies of #488DC4
Complementary color
Monochromatic Colors of #488DC4
Black with #488DC4
Text Example
Text Example
White with #488DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DC4; }
p { color: rgb(72,141,196); }
H1.HeaderClassName
{
color: #488DC4;
}
.AnyTagClassName
{
color: #488DC4;
}
</style>
background-color css
<style>
a { background-color: #488DC4; }
a { background-color: rgb(72,141,196); }
div.DivClassName
{
background-color: #488DC4;
}
.BgClassName
{
background-color: #488DC4;
}
</style>
border-color css
<style>
span { border-color: #488DC4; }
span { border-color: rgb(72,141,196); }
td.TdClassName
{
border-color: #488DC4;
}
.TagClassName
{
border-color: #488DC4;
}
</style>