Shades of Curious Blue #478CC5
Tints of Curious Blue #478CC5
RGB
CMYK
RGB Variations
Color information
#478CC5 (or 0x478CC5) is known color: Curious Blue. HEX triplet: 47, 8C and C5. RGB value is (71,140,197). Sum of RGB (Red+Green+Blue) = 71+140+197=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #478CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CC5 is #B8733A. Grayscale: #7D7D7D. Windows color (decimal): -12088123 or 12946503. OLE color: 12946503.
HSL color Cylindrical-coordinate representation of color #478CC5: hue angle of 207.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478CC5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 140 | 197 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.23 |
| HSL | 207.14º | 0.52% | 0.53% | - |
| HSV(B) | 207.14º | 0.64% | 0.77% | - |
| XYZ | 22.05 | 24.13 | 56.32 | - |
| YUV | 125.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 197 | 0.64 | 0.29 | 0 | 0.23 | 207.14 | 0.52 | 0.53 |
| Hex | 47 | 8C | C5 | 40 | 1D | 0 | 17 | CF | 34 | 35 |
| Octal | 107 | 214 | 305 | 100 | 35 | 0 | 27 | 317 | 64 | 65 |
| Binary | 1000111 | 10001100 | 11000101 | 1000000 | 11101 | 0 | 10111 | 11001111 | 110100 | 110101 |
Color Harmonies of #478CC5
Complementary color
Monochromatic Colors of #478CC5
Black with #478CC5
Text Example
Text Example
White with #478CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CC5; }
p { color: rgb(71,140,197); }
H1.HeaderClassName
{
color: #478CC5;
}
.AnyTagClassName
{
color: #478CC5;
}
</style>
background-color css
<style>
a { background-color: #478CC5; }
a { background-color: rgb(71,140,197); }
div.DivClassName
{
background-color: #478CC5;
}
.BgClassName
{
background-color: #478CC5;
}
</style>
border-color css
<style>
span { border-color: #478CC5; }
span { border-color: rgb(71,140,197); }
td.TdClassName
{
border-color: #478CC5;
}
.TagClassName
{
border-color: #478CC5;
}
</style>