Shades of Curious Blue #4495CA
Tints of Curious Blue #4495CA
RGB
CMYK
RGB Variations
Color information
#4495CA (or 0x4495CA) is known color: Curious Blue. HEX triplet: 44, 95 and CA. RGB value is (68,149,202). Sum of RGB (Red+Green+Blue) = 68+149+202=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 149 (58.59% from 255 or 35.56% 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 #4495CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495CA is #BB6A35. Grayscale: #828282. Windows color (decimal): -12282422 or 13276484. OLE color: 13276484.
HSL color Cylindrical-coordinate representation of color #4495CA: hue angle of 203.73º 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 #4495CA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 149 | 202 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.21 |
| HSL | 203.73º | 0.56% | 0.53% | - |
| HSV(B) | 203.73º | 0.66% | 0.79% | - |
| XYZ | 23.79 | 26.99 | 59.83 | - |
| YUV | 130.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 202 | 0.66 | 0.26 | 0 | 0.21 | 203.73 | 0.56 | 0.53 |
| Hex | 44 | 95 | CA | 42 | 1A | 0 | 15 | CC | 38 | 35 |
| Octal | 104 | 225 | 312 | 102 | 32 | 0 | 25 | 314 | 70 | 65 |
| Binary | 1000100 | 10010101 | 11001010 | 1000010 | 11010 | 0 | 10101 | 11001100 | 111000 | 110101 |
Color Harmonies of #4495CA
Complementary color
Monochromatic Colors of #4495CA
Black with #4495CA
Text Example
Text Example
White with #4495CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495CA; }
p { color: rgb(68,149,202); }
H1.HeaderClassName
{
color: #4495CA;
}
.AnyTagClassName
{
color: #4495CA;
}
</style>
background-color css
<style>
a { background-color: #4495CA; }
a { background-color: rgb(68,149,202); }
div.DivClassName
{
background-color: #4495CA;
}
.BgClassName
{
background-color: #4495CA;
}
</style>
border-color css
<style>
span { border-color: #4495CA; }
span { border-color: rgb(68,149,202); }
td.TdClassName
{
border-color: #4495CA;
}
.TagClassName
{
border-color: #4495CA;
}
</style>