Shades of Curious Blue #478EC2
Tints of Curious Blue #478EC2
RGB
CMYK
RGB Variations
Color information
#478EC2 (or 0x478EC2) is known color: Curious Blue. HEX triplet: 47, 8E and C2. RGB value is (71,142,194). Sum of RGB (Red+Green+Blue) = 71+142+194=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #478EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EC2 is #B8713D. Grayscale: #7E7E7E. Windows color (decimal): -12087614 or 12750407. OLE color: 12750407.
HSL color Cylindrical-coordinate representation of color #478EC2: hue angle of 205.37º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478EC2 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 142 | 194 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.24 |
| HSL | 205.37º | 0.5% | 0.52% | - |
| HSV(B) | 205.37º | 0.63% | 0.76% | - |
| XYZ | 22.01 | 24.58 | 54.62 | - |
| YUV | 126.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 194 | 0.63 | 0.27 | 0 | 0.24 | 205.37 | 0.5 | 0.52 |
| Hex | 47 | 8E | C2 | 3F | 1B | 0 | 18 | CD | 32 | 34 |
| Octal | 107 | 216 | 302 | 77 | 33 | 0 | 30 | 315 | 62 | 64 |
| Binary | 1000111 | 10001110 | 11000010 | 111111 | 11011 | 0 | 11000 | 11001101 | 110010 | 110100 |
Color Harmonies of #478EC2
Complementary color
Monochromatic Colors of #478EC2
Black with #478EC2
Text Example
Text Example
White with #478EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EC2; }
p { color: rgb(71,142,194); }
H1.HeaderClassName
{
color: #478EC2;
}
.AnyTagClassName
{
color: #478EC2;
}
</style>
background-color css
<style>
a { background-color: #478EC2; }
a { background-color: rgb(71,142,194); }
div.DivClassName
{
background-color: #478EC2;
}
.BgClassName
{
background-color: #478EC2;
}
</style>
border-color css
<style>
span { border-color: #478EC2; }
span { border-color: rgb(71,142,194); }
td.TdClassName
{
border-color: #478EC2;
}
.TagClassName
{
border-color: #478EC2;
}
</style>