Shades of Curious Blue #4490CC
Tints of Curious Blue #4490CC
RGB
CMYK
RGB Variations
Color information
#4490CC (or 0x4490CC) is known color: Curious Blue. HEX triplet: 44, 90 and CC. RGB value is (68,144,204). Sum of RGB (Red+Green+Blue) = 68+144+204=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #4490CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490CC is #BB6F33. Grayscale: #7F7F7F. Windows color (decimal): -12283700 or 13406276. OLE color: 13406276.
HSL color Cylindrical-coordinate representation of color #4490CC: hue angle of 206.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4490CC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 144 | 204 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.2 |
| HSL | 206.47º | 0.57% | 0.53% | - |
| HSV(B) | 206.47º | 0.67% | 0.8% | - |
| XYZ | 23.26 | 25.54 | 60.83 | - |
| YUV | 128.12 | 170.82 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 204 | 0.67 | 0.29 | 0 | 0.2 | 206.47 | 0.57 | 0.53 |
| Hex | 44 | 90 | CC | 43 | 1D | 0 | 14 | CE | 39 | 35 |
| Octal | 104 | 220 | 314 | 103 | 35 | 0 | 24 | 316 | 71 | 65 |
| Binary | 1000100 | 10010000 | 11001100 | 1000011 | 11101 | 0 | 10100 | 11001110 | 111001 | 110101 |
Color Harmonies of #4490CC
Complementary color
Monochromatic Colors of #4490CC
Black with #4490CC
Text Example
Text Example
White with #4490CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490CC; }
p { color: rgb(68,144,204); }
H1.HeaderClassName
{
color: #4490CC;
}
.AnyTagClassName
{
color: #4490CC;
}
</style>
background-color css
<style>
a { background-color: #4490CC; }
a { background-color: rgb(68,144,204); }
div.DivClassName
{
background-color: #4490CC;
}
.BgClassName
{
background-color: #4490CC;
}
</style>
border-color css
<style>
span { border-color: #4490CC; }
span { border-color: rgb(68,144,204); }
td.TdClassName
{
border-color: #4490CC;
}
.TagClassName
{
border-color: #4490CC;
}
</style>