Shades of Curious Blue #4891CA
Tints of Curious Blue #4891CA
RGB
CMYK
RGB Variations
Color information
#4891CA (or 0x4891CA) is known color: Curious Blue. HEX triplet: 48, 91 and CA. RGB value is (72,145,202). Sum of RGB (Red+Green+Blue) = 72+145+202=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #4891CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891CA is #B76E35. Grayscale: #818181. Windows color (decimal): -12021302 or 13275464. OLE color: 13275464.
HSL color Cylindrical-coordinate representation of color #4891CA: hue angle of 206.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4891CA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 145 | 202 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.21 |
| HSL | 206.31º | 0.55% | 0.54% | - |
| HSV(B) | 206.31º | 0.64% | 0.79% | - |
| XYZ | 23.46 | 25.89 | 59.64 | - |
| YUV | 129.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 145 | 202 | 0.64 | 0.28 | 0 | 0.21 | 206.31 | 0.55 | 0.54 |
| Hex | 48 | 91 | CA | 40 | 1C | 0 | 15 | CE | 37 | 36 |
| Octal | 110 | 221 | 312 | 100 | 34 | 0 | 25 | 316 | 67 | 66 |
| Binary | 1001000 | 10010001 | 11001010 | 1000000 | 11100 | 0 | 10101 | 11001110 | 110111 | 110110 |
Color Harmonies of #4891CA
Complementary color
Monochromatic Colors of #4891CA
Black with #4891CA
Text Example
Text Example
White with #4891CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4891CA; }
p { color: rgb(72,145,202); }
H1.HeaderClassName
{
color: #4891CA;
}
.AnyTagClassName
{
color: #4891CA;
}
</style>
background-color css
<style>
a { background-color: #4891CA; }
a { background-color: rgb(72,145,202); }
div.DivClassName
{
background-color: #4891CA;
}
.BgClassName
{
background-color: #4891CA;
}
</style>
border-color css
<style>
span { border-color: #4891CA; }
span { border-color: rgb(72,145,202); }
td.TdClassName
{
border-color: #4891CA;
}
.TagClassName
{
border-color: #4891CA;
}
</style>