Shades of Curious Blue #478BC2
Tints of Curious Blue #478BC2
RGB
CMYK
RGB Variations
Color information
#478BC2 (or 0x478BC2) is known color: Curious Blue. HEX triplet: 47, 8B and C2. RGB value is (71,139,194). Sum of RGB (Red+Green+Blue) = 71+139+194=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #478BC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BC2 is #B8743D. Grayscale: #7C7C7C. Windows color (decimal): -12088382 or 12749639. OLE color: 12749639.
HSL color Cylindrical-coordinate representation of color #478BC2: hue angle of 206.83º 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 #478BC2 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 139 | 194 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.24 |
| HSL | 206.83º | 0.5% | 0.52% | - |
| HSV(B) | 206.83º | 0.63% | 0.76% | - |
| XYZ | 21.57 | 23.7 | 54.48 | - |
| YUV | 124.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 194 | 0.63 | 0.28 | 0 | 0.24 | 206.83 | 0.5 | 0.52 |
| Hex | 47 | 8B | C2 | 3F | 1C | 0 | 18 | CF | 32 | 34 |
| Octal | 107 | 213 | 302 | 77 | 34 | 0 | 30 | 317 | 62 | 64 |
| Binary | 1000111 | 10001011 | 11000010 | 111111 | 11100 | 0 | 11000 | 11001111 | 110010 | 110100 |
Color Harmonies of #478BC2
Complementary color
Monochromatic Colors of #478BC2
Black with #478BC2
Text Example
Text Example
White with #478BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BC2; }
p { color: rgb(71,139,194); }
H1.HeaderClassName
{
color: #478BC2;
}
.AnyTagClassName
{
color: #478BC2;
}
</style>
background-color css
<style>
a { background-color: #478BC2; }
a { background-color: rgb(71,139,194); }
div.DivClassName
{
background-color: #478BC2;
}
.BgClassName
{
background-color: #478BC2;
}
</style>
border-color css
<style>
span { border-color: #478BC2; }
span { border-color: rgb(71,139,194); }
td.TdClassName
{
border-color: #478BC2;
}
.TagClassName
{
border-color: #478BC2;
}
</style>