Shades of Curious Blue #4199C5
Tints of Curious Blue #4199C5
RGB
CMYK
RGB Variations
Color information
#4199C5 (or 0x4199C5) is known color: Curious Blue. HEX triplet: 41, 99 and C5. RGB value is (65,153,197). Sum of RGB (Red+Green+Blue) = 65+153+197=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #4199C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4199C5 is #BE663A. Grayscale: #838383. Windows color (decimal): -12478011 or 12949825. OLE color: 12949825.
HSL color Cylindrical-coordinate representation of color #4199C5: hue angle of 200º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4199C5 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 153 | 197 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.23 |
| HSL | 200º | 0.53% | 0.51% | - |
| HSV(B) | 200º | 0.67% | 0.77% | - |
| XYZ | 23.65 | 27.94 | 56.97 | - |
| YUV | 131.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 197 | 0.67 | 0.22 | 0 | 0.23 | 200 | 0.53 | 0.51 |
| Hex | 41 | 99 | C5 | 43 | 16 | 0 | 17 | C8 | 35 | 33 |
| Octal | 101 | 231 | 305 | 103 | 26 | 0 | 27 | 310 | 65 | 63 |
| Binary | 1000001 | 10011001 | 11000101 | 1000011 | 10110 | 0 | 10111 | 11001000 | 110101 | 110011 |
Color Harmonies of #4199C5
Complementary color
Monochromatic Colors of #4199C5
Black with #4199C5
Text Example
Text Example
White with #4199C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4199C5; }
p { color: rgb(65,153,197); }
H1.HeaderClassName
{
color: #4199C5;
}
.AnyTagClassName
{
color: #4199C5;
}
</style>
background-color css
<style>
a { background-color: #4199C5; }
a { background-color: rgb(65,153,197); }
div.DivClassName
{
background-color: #4199C5;
}
.BgClassName
{
background-color: #4199C5;
}
</style>
border-color css
<style>
span { border-color: #4199C5; }
span { border-color: rgb(65,153,197); }
td.TdClassName
{
border-color: #4199C5;
}
.TagClassName
{
border-color: #4199C5;
}
</style>