Shades of Curious Blue #4490C1
Tints of Curious Blue #4490C1
RGB
CMYK
RGB Variations
Color information
#4490C1 (or 0x4490C1) is known color: Curious Blue. HEX triplet: 44, 90 and C1. RGB value is (68,144,193). Sum of RGB (Red+Green+Blue) = 68+144+193=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #4490C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490C1 is #BB6F3E. Grayscale: #7E7E7E. Windows color (decimal): -12283711 or 12685380. OLE color: 12685380.
HSL color Cylindrical-coordinate representation of color #4490C1: hue angle of 203.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4490C1 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 144 | 193 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.24 |
| HSL | 203.52º | 0.5% | 0.51% | - |
| HSV(B) | 203.52º | 0.65% | 0.76% | - |
| XYZ | 21.98 | 25.03 | 54.12 | - |
| YUV | 126.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 193 | 0.65 | 0.25 | 0 | 0.24 | 203.52 | 0.5 | 0.51 |
| Hex | 44 | 90 | C1 | 41 | 19 | 0 | 18 | CC | 32 | 33 |
| Octal | 104 | 220 | 301 | 101 | 31 | 0 | 30 | 314 | 62 | 63 |
| Binary | 1000100 | 10010000 | 11000001 | 1000001 | 11001 | 0 | 11000 | 11001100 | 110010 | 110011 |
Color Harmonies of #4490C1
Complementary color
Monochromatic Colors of #4490C1
Black with #4490C1
Text Example
Text Example
White with #4490C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490C1; }
p { color: rgb(68,144,193); }
H1.HeaderClassName
{
color: #4490C1;
}
.AnyTagClassName
{
color: #4490C1;
}
</style>
background-color css
<style>
a { background-color: #4490C1; }
a { background-color: rgb(68,144,193); }
div.DivClassName
{
background-color: #4490C1;
}
.BgClassName
{
background-color: #4490C1;
}
</style>
border-color css
<style>
span { border-color: #4490C1; }
span { border-color: rgb(68,144,193); }
td.TdClassName
{
border-color: #4490C1;
}
.TagClassName
{
border-color: #4490C1;
}
</style>