Shades of Curious Blue #478DBD
Tints of Curious Blue #478DBD
RGB
CMYK
RGB Variations
Color information
#478DBD (or 0x478DBD) is known color: Curious Blue. HEX triplet: 47, 8D and BD. RGB value is (71,141,189). Sum of RGB (Red+Green+Blue) = 71+141+189=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #478DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DBD is #B87242. Grayscale: #7D7D7D. Windows color (decimal): -12087875 or 12422471. OLE color: 12422471.
HSL color Cylindrical-coordinate representation of color #478DBD: hue angle of 204.41º 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 #478DBD is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 141 | 189 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.26 |
| HSL | 204.41º | 0.47% | 0.51% | - |
| HSV(B) | 204.41º | 0.62% | 0.74% | - |
| XYZ | 21.31 | 24.06 | 51.67 | - |
| YUV | 125.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 189 | 0.62 | 0.25 | 0 | 0.26 | 204.41 | 0.47 | 0.51 |
| Hex | 47 | 8D | BD | 3E | 19 | 0 | 1A | CC | 2F | 33 |
| Octal | 107 | 215 | 275 | 76 | 31 | 0 | 32 | 314 | 57 | 63 |
| Binary | 1000111 | 10001101 | 10111101 | 111110 | 11001 | 0 | 11010 | 11001100 | 101111 | 110011 |
Color Harmonies of #478DBD
Complementary color
Monochromatic Colors of #478DBD
Black with #478DBD
Text Example
Text Example
White with #478DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DBD; }
p { color: rgb(71,141,189); }
H1.HeaderClassName
{
color: #478DBD;
}
.AnyTagClassName
{
color: #478DBD;
}
</style>
background-color css
<style>
a { background-color: #478DBD; }
a { background-color: rgb(71,141,189); }
div.DivClassName
{
background-color: #478DBD;
}
.BgClassName
{
background-color: #478DBD;
}
</style>
border-color css
<style>
span { border-color: #478DBD; }
span { border-color: rgb(71,141,189); }
td.TdClassName
{
border-color: #478DBD;
}
.TagClassName
{
border-color: #478DBD;
}
</style>