Shades of Curious Blue #4199CA
Tints of Curious Blue #4199CA
RGB
CMYK
RGB Variations
Color information
#4199CA (or 0x4199CA) is known color: Curious Blue. HEX triplet: 41, 99 and CA. RGB value is (65,153,202). Sum of RGB (Red+Green+Blue) = 65+153+202=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 153 (60.16% from 255 or 36.43% 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 #4199CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199CA is #BE6635. Grayscale: #838383. Windows color (decimal): -12478006 or 13277505. OLE color: 13277505.
HSL color Cylindrical-coordinate representation of color #4199CA: hue angle of 201.46º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4199CA is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 153 | 202 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.21 |
| HSL | 201.46º | 0.56% | 0.52% | - |
| HSV(B) | 201.46º | 0.68% | 0.79% | - |
| XYZ | 24.23 | 28.17 | 60.04 | - |
| YUV | 132.27 | 167.35 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 202 | 0.68 | 0.24 | 0 | 0.21 | 201.46 | 0.56 | 0.52 |
| Hex | 41 | 99 | CA | 44 | 18 | 0 | 15 | C9 | 38 | 34 |
| Octal | 101 | 231 | 312 | 104 | 30 | 0 | 25 | 311 | 70 | 64 |
| Binary | 1000001 | 10011001 | 11001010 | 1000100 | 11000 | 0 | 10101 | 11001001 | 111000 | 110100 |
Color Harmonies of #4199CA
Complementary color
Monochromatic Colors of #4199CA
Black with #4199CA
Text Example
Text Example
White with #4199CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4199CA; }
p { color: rgb(65,153,202); }
H1.HeaderClassName
{
color: #4199CA;
}
.AnyTagClassName
{
color: #4199CA;
}
</style>
background-color css
<style>
a { background-color: #4199CA; }
a { background-color: rgb(65,153,202); }
div.DivClassName
{
background-color: #4199CA;
}
.BgClassName
{
background-color: #4199CA;
}
</style>
border-color css
<style>
span { border-color: #4199CA; }
span { border-color: rgb(65,153,202); }
td.TdClassName
{
border-color: #4199CA;
}
.TagClassName
{
border-color: #4199CA;
}
</style>