Shades of Curious Blue #478AC4
Tints of Curious Blue #478AC4
RGB
CMYK
RGB Variations
Color information
#478AC4 (or 0x478AC4) is known color: Curious Blue. HEX triplet: 47, 8A and C4. RGB value is (71,138,196). Sum of RGB (Red+Green+Blue) = 71+138+196=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #478AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478AC4 is #B8753B. Grayscale: #7C7C7C. Windows color (decimal): -12088636 or 12880455. OLE color: 12880455.
HSL color Cylindrical-coordinate representation of color #478AC4: hue angle of 207.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478AC4 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 138 | 196 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.23 |
| HSL | 207.84º | 0.51% | 0.52% | - |
| HSV(B) | 207.84º | 0.64% | 0.77% | - |
| XYZ | 21.65 | 23.5 | 55.62 | - |
| YUV | 124.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 196 | 0.64 | 0.30 | 0 | 0.23 | 207.84 | 0.51 | 0.52 |
| Hex | 47 | 8A | C4 | 40 | 1E | 0 | 17 | D0 | 33 | 34 |
| Octal | 107 | 212 | 304 | 100 | 36 | 0 | 27 | 320 | 63 | 64 |
| Binary | 1000111 | 10001010 | 11000100 | 1000000 | 11110 | 0 | 10111 | 11010000 | 110011 | 110100 |
Color Harmonies of #478AC4
Complementary color
Monochromatic Colors of #478AC4
Black with #478AC4
Text Example
Text Example
White with #478AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478AC4; }
p { color: rgb(71,138,196); }
H1.HeaderClassName
{
color: #478AC4;
}
.AnyTagClassName
{
color: #478AC4;
}
</style>
background-color css
<style>
a { background-color: #478AC4; }
a { background-color: rgb(71,138,196); }
div.DivClassName
{
background-color: #478AC4;
}
.BgClassName
{
background-color: #478AC4;
}
</style>
border-color css
<style>
span { border-color: #478AC4; }
span { border-color: rgb(71,138,196); }
td.TdClassName
{
border-color: #478AC4;
}
.TagClassName
{
border-color: #478AC4;
}
</style>