Shades of Curious Blue #478BBC
Tints of Curious Blue #478BBC
RGB
CMYK
RGB Variations
Color information
#478BBC (or 0x478BBC) is known color: Curious Blue. HEX triplet: 47, 8B and BC. RGB value is (71,139,188). Sum of RGB (Red+Green+Blue) = 71+139+188=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #478BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BBC is #B87443. Grayscale: #7B7B7B. Windows color (decimal): -12088388 or 12356423. OLE color: 12356423.
HSL color Cylindrical-coordinate representation of color #478BBC: hue angle of 205.13º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478BBC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 139 | 188 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.26 |
| HSL | 205.13º | 0.47% | 0.51% | - |
| HSV(B) | 205.13º | 0.62% | 0.74% | - |
| XYZ | 20.91 | 23.44 | 51 | - |
| YUV | 124.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 188 | 0.62 | 0.26 | 0 | 0.26 | 205.13 | 0.47 | 0.51 |
| Hex | 47 | 8B | BC | 3E | 1A | 0 | 1A | CD | 2F | 33 |
| Octal | 107 | 213 | 274 | 76 | 32 | 0 | 32 | 315 | 57 | 63 |
| Binary | 1000111 | 10001011 | 10111100 | 111110 | 11010 | 0 | 11010 | 11001101 | 101111 | 110011 |
Color Harmonies of #478BBC
Complementary color
Monochromatic Colors of #478BBC
Black with #478BBC
Text Example
Text Example
White with #478BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BBC; }
p { color: rgb(71,139,188); }
H1.HeaderClassName
{
color: #478BBC;
}
.AnyTagClassName
{
color: #478BBC;
}
</style>
background-color css
<style>
a { background-color: #478BBC; }
a { background-color: rgb(71,139,188); }
div.DivClassName
{
background-color: #478BBC;
}
.BgClassName
{
background-color: #478BBC;
}
</style>
border-color css
<style>
span { border-color: #478BBC; }
span { border-color: rgb(71,139,188); }
td.TdClassName
{
border-color: #478BBC;
}
.TagClassName
{
border-color: #478BBC;
}
</style>