Shades of Curious Blue #478DC9
Tints of Curious Blue #478DC9
RGB
CMYK
RGB Variations
Color information
#478DC9 (or 0x478DC9) is known color: Curious Blue. HEX triplet: 47, 8D and C9. RGB value is (71,141,201). Sum of RGB (Red+Green+Blue) = 71+141+201=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #478DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DC9 is #B87236. Grayscale: #7E7E7E. Windows color (decimal): -12087863 or 13208903. OLE color: 13208903.
HSL color Cylindrical-coordinate representation of color #478DC9: hue angle of 207.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478DC9 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 141 | 201 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.21 |
| HSL | 207.69º | 0.55% | 0.53% | - |
| HSV(B) | 207.69º | 0.65% | 0.79% | - |
| XYZ | 22.67 | 24.61 | 58.81 | - |
| YUV | 126.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 201 | 0.65 | 0.30 | 0 | 0.21 | 207.69 | 0.55 | 0.53 |
| Hex | 47 | 8D | C9 | 41 | 1E | 0 | 15 | D0 | 37 | 35 |
| Octal | 107 | 215 | 311 | 101 | 36 | 0 | 25 | 320 | 67 | 65 |
| Binary | 1000111 | 10001101 | 11001001 | 1000001 | 11110 | 0 | 10101 | 11010000 | 110111 | 110101 |
Color Harmonies of #478DC9
Complementary color
Monochromatic Colors of #478DC9
Black with #478DC9
Text Example
Text Example
White with #478DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DC9; }
p { color: rgb(71,141,201); }
H1.HeaderClassName
{
color: #478DC9;
}
.AnyTagClassName
{
color: #478DC9;
}
</style>
background-color css
<style>
a { background-color: #478DC9; }
a { background-color: rgb(71,141,201); }
div.DivClassName
{
background-color: #478DC9;
}
.BgClassName
{
background-color: #478DC9;
}
</style>
border-color css
<style>
span { border-color: #478DC9; }
span { border-color: rgb(71,141,201); }
td.TdClassName
{
border-color: #478DC9;
}
.TagClassName
{
border-color: #478DC9;
}
</style>