Shades of Curious Blue #4492C9
Tints of Curious Blue #4492C9
RGB
CMYK
RGB Variations
Color information
#4492C9 (or 0x4492C9) is known color: Curious Blue. HEX triplet: 44, 92 and C9. RGB value is (68,146,201). Sum of RGB (Red+Green+Blue) = 68+146+201=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #4492C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492C9 is #BB6D36. Grayscale: #808080. Windows color (decimal): -12283191 or 13210180. OLE color: 13210180.
HSL color Cylindrical-coordinate representation of color #4492C9: hue angle of 204.81º degrees, saturation: 0.55, 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 #4492C9 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 146 | 201 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.21 |
| HSL | 204.81º | 0.55% | 0.53% | - |
| HSV(B) | 204.81º | 0.66% | 0.79% | - |
| XYZ | 23.21 | 26 | 59.05 | - |
| YUV | 128.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 201 | 0.66 | 0.27 | 0 | 0.21 | 204.81 | 0.55 | 0.53 |
| Hex | 44 | 92 | C9 | 42 | 1B | 0 | 15 | CD | 37 | 35 |
| Octal | 104 | 222 | 311 | 102 | 33 | 0 | 25 | 315 | 67 | 65 |
| Binary | 1000100 | 10010010 | 11001001 | 1000010 | 11011 | 0 | 10101 | 11001101 | 110111 | 110101 |
Color Harmonies of #4492C9
Complementary color
Monochromatic Colors of #4492C9
Black with #4492C9
Text Example
Text Example
White with #4492C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4492C9; }
p { color: rgb(68,146,201); }
H1.HeaderClassName
{
color: #4492C9;
}
.AnyTagClassName
{
color: #4492C9;
}
</style>
background-color css
<style>
a { background-color: #4492C9; }
a { background-color: rgb(68,146,201); }
div.DivClassName
{
background-color: #4492C9;
}
.BgClassName
{
background-color: #4492C9;
}
</style>
border-color css
<style>
span { border-color: #4492C9; }
span { border-color: rgb(68,146,201); }
td.TdClassName
{
border-color: #4492C9;
}
.TagClassName
{
border-color: #4492C9;
}
</style>