Shades of Curious Blue #478FBA
Tints of Curious Blue #478FBA
RGB
CMYK
RGB Variations
Color information
#478FBA (or 0x478FBA) is known color: Curious Blue. HEX triplet: 47, 8F and BA. RGB value is (71,143,186). Sum of RGB (Red+Green+Blue) = 71+143+186=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #478FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FBA is #B87045. Grayscale: #7E7E7E. Windows color (decimal): -12087366 or 12226375. OLE color: 12226375.
HSL color Cylindrical-coordinate representation of color #478FBA: hue angle of 202.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478FBA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 143 | 186 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.27 |
| HSL | 202.43º | 0.45% | 0.5% | - |
| HSV(B) | 202.43º | 0.62% | 0.73% | - |
| XYZ | 21.28 | 24.53 | 50.07 | - |
| YUV | 126.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 186 | 0.62 | 0.23 | 0 | 0.27 | 202.43 | 0.45 | 0.5 |
| Hex | 47 | 8F | BA | 3E | 17 | 0 | 1B | CA | 2D | 32 |
| Octal | 107 | 217 | 272 | 76 | 27 | 0 | 33 | 312 | 55 | 62 |
| Binary | 1000111 | 10001111 | 10111010 | 111110 | 10111 | 0 | 11011 | 11001010 | 101101 | 110010 |
Color Harmonies of #478FBA
Complementary color
Monochromatic Colors of #478FBA
Black with #478FBA
Text Example
Text Example
White with #478FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FBA; }
p { color: rgb(71,143,186); }
H1.HeaderClassName
{
color: #478FBA;
}
.AnyTagClassName
{
color: #478FBA;
}
</style>
background-color css
<style>
a { background-color: #478FBA; }
a { background-color: rgb(71,143,186); }
div.DivClassName
{
background-color: #478FBA;
}
.BgClassName
{
background-color: #478FBA;
}
</style>
border-color css
<style>
span { border-color: #478FBA; }
span { border-color: rgb(71,143,186); }
td.TdClassName
{
border-color: #478FBA;
}
.TagClassName
{
border-color: #478FBA;
}
</style>