Shades of Curious Blue #478BC5
Tints of Curious Blue #478BC5
RGB
CMYK
RGB Variations
Color information
#478BC5 (or 0x478BC5) is known color: Curious Blue. HEX triplet: 47, 8B and C5. RGB value is (71,139,197). Sum of RGB (Red+Green+Blue) = 71+139+197=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #478BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BC5 is #B8743A. Grayscale: #7C7C7C. Windows color (decimal): -12088379 or 12946247. OLE color: 12946247.
HSL color Cylindrical-coordinate representation of color #478BC5: hue angle of 207.62º 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 #478BC5 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 139 | 197 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.23 |
| HSL | 207.62º | 0.52% | 0.53% | - |
| HSV(B) | 207.62º | 0.64% | 0.77% | - |
| XYZ | 21.91 | 23.84 | 56.27 | - |
| YUV | 125.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 197 | 0.64 | 0.29 | 0 | 0.23 | 207.62 | 0.52 | 0.53 |
| Hex | 47 | 8B | C5 | 40 | 1D | 0 | 17 | D0 | 34 | 35 |
| Octal | 107 | 213 | 305 | 100 | 35 | 0 | 27 | 320 | 64 | 65 |
| Binary | 1000111 | 10001011 | 11000101 | 1000000 | 11101 | 0 | 10111 | 11010000 | 110100 | 110101 |
Color Harmonies of #478BC5
Complementary color
Monochromatic Colors of #478BC5
Black with #478BC5
Text Example
Text Example
White with #478BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BC5; }
p { color: rgb(71,139,197); }
H1.HeaderClassName
{
color: #478BC5;
}
.AnyTagClassName
{
color: #478BC5;
}
</style>
background-color css
<style>
a { background-color: #478BC5; }
a { background-color: rgb(71,139,197); }
div.DivClassName
{
background-color: #478BC5;
}
.BgClassName
{
background-color: #478BC5;
}
</style>
border-color css
<style>
span { border-color: #478BC5; }
span { border-color: rgb(71,139,197); }
td.TdClassName
{
border-color: #478BC5;
}
.TagClassName
{
border-color: #478BC5;
}
</style>