Shades of Curious Blue #4496CA
Tints of Curious Blue #4496CA
RGB
CMYK
RGB Variations
Color information
#4496CA (or 0x4496CA) is known color: Curious Blue. HEX triplet: 44, 96 and CA. RGB value is (68,150,202). Sum of RGB (Red+Green+Blue) = 68+150+202=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #4496CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496CA is #BB6935. Grayscale: #838383. Windows color (decimal): -12282166 or 13276740. OLE color: 13276740.
HSL color Cylindrical-coordinate representation of color #4496CA: hue angle of 203.28º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4496CA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 150 | 202 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.21 |
| HSL | 203.28º | 0.56% | 0.53% | - |
| HSV(B) | 203.28º | 0.66% | 0.79% | - |
| XYZ | 23.95 | 27.31 | 59.89 | - |
| YUV | 131.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 202 | 0.66 | 0.26 | 0 | 0.21 | 203.28 | 0.56 | 0.53 |
| Hex | 44 | 96 | CA | 42 | 1A | 0 | 15 | CB | 38 | 35 |
| Octal | 104 | 226 | 312 | 102 | 32 | 0 | 25 | 313 | 70 | 65 |
| Binary | 1000100 | 10010110 | 11001010 | 1000010 | 11010 | 0 | 10101 | 11001011 | 111000 | 110101 |
Color Harmonies of #4496CA
Complementary color
Monochromatic Colors of #4496CA
Black with #4496CA
Text Example
Text Example
White with #4496CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496CA; }
p { color: rgb(68,150,202); }
H1.HeaderClassName
{
color: #4496CA;
}
.AnyTagClassName
{
color: #4496CA;
}
</style>
background-color css
<style>
a { background-color: #4496CA; }
a { background-color: rgb(68,150,202); }
div.DivClassName
{
background-color: #4496CA;
}
.BgClassName
{
background-color: #4496CA;
}
</style>
border-color css
<style>
span { border-color: #4496CA; }
span { border-color: rgb(68,150,202); }
td.TdClassName
{
border-color: #4496CA;
}
.TagClassName
{
border-color: #4496CA;
}
</style>