Shades of Curious Blue #4196CC
Tints of Curious Blue #4196CC
RGB
CMYK
RGB Variations
Color information
#4196CC (or 0x4196CC) is known color: Curious Blue. HEX triplet: 41, 96 and CC. RGB value is (65,150,204). Sum of RGB (Red+Green+Blue) = 65+150+204=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #4196CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4196CC is #BE6933. Grayscale: #828282. Windows color (decimal): -12478772 or 13407809. OLE color: 13407809.
HSL color Cylindrical-coordinate representation of color #4196CC: hue angle of 203.31º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4196CC is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 150 | 204 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.2 |
| HSL | 203.31º | 0.58% | 0.53% | - |
| HSV(B) | 203.31º | 0.68% | 0.8% | - |
| XYZ | 23.99 | 27.3 | 61.13 | - |
| YUV | 130.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 204 | 0.68 | 0.26 | 0 | 0.2 | 203.31 | 0.58 | 0.53 |
| Hex | 41 | 96 | CC | 44 | 1A | 0 | 14 | CB | 3A | 35 |
| Octal | 101 | 226 | 314 | 104 | 32 | 0 | 24 | 313 | 72 | 65 |
| Binary | 1000001 | 10010110 | 11001100 | 1000100 | 11010 | 0 | 10100 | 11001011 | 111010 | 110101 |
Color Harmonies of #4196CC
Complementary color
Monochromatic Colors of #4196CC
Black with #4196CC
Text Example
Text Example
White with #4196CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4196CC; }
p { color: rgb(65,150,204); }
H1.HeaderClassName
{
color: #4196CC;
}
.AnyTagClassName
{
color: #4196CC;
}
</style>
background-color css
<style>
a { background-color: #4196CC; }
a { background-color: rgb(65,150,204); }
div.DivClassName
{
background-color: #4196CC;
}
.BgClassName
{
background-color: #4196CC;
}
</style>
border-color css
<style>
span { border-color: #4196CC; }
span { border-color: rgb(65,150,204); }
td.TdClassName
{
border-color: #4196CC;
}
.TagClassName
{
border-color: #4196CC;
}
</style>