Shades of Curious Blue #4590C0
Tints of Curious Blue #4590C0
RGB
CMYK
RGB Variations
Color information
#4590C0 (or 0x4590C0) is known color: Curious Blue. HEX triplet: 45, 90 and C0. RGB value is (69,144,192). Sum of RGB (Red+Green+Blue) = 69+144+192=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #4590C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590C0 is #BA6F3F. Grayscale: #7E7E7E. Windows color (decimal): -12218176 or 12619845. OLE color: 12619845.
HSL color Cylindrical-coordinate representation of color #4590C0: hue angle of 203.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4590C0 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 144 | 192 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.25 |
| HSL | 203.41º | 0.49% | 0.51% | - |
| HSV(B) | 203.41º | 0.64% | 0.75% | - |
| XYZ | 21.94 | 25.02 | 53.54 | - |
| YUV | 127.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 192 | 0.64 | 0.25 | 0 | 0.25 | 203.41 | 0.49 | 0.51 |
| Hex | 45 | 90 | C0 | 40 | 19 | 0 | 19 | CB | 31 | 33 |
| Octal | 105 | 220 | 300 | 100 | 31 | 0 | 31 | 313 | 61 | 63 |
| Binary | 1000101 | 10010000 | 11000000 | 1000000 | 11001 | 0 | 11001 | 11001011 | 110001 | 110011 |
Color Harmonies of #4590C0
Complementary color
Monochromatic Colors of #4590C0
Black with #4590C0
Text Example
Text Example
White with #4590C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4590C0; }
p { color: rgb(69,144,192); }
H1.HeaderClassName
{
color: #4590C0;
}
.AnyTagClassName
{
color: #4590C0;
}
</style>
background-color css
<style>
a { background-color: #4590C0; }
a { background-color: rgb(69,144,192); }
div.DivClassName
{
background-color: #4590C0;
}
.BgClassName
{
background-color: #4590C0;
}
</style>
border-color css
<style>
span { border-color: #4590C0; }
span { border-color: rgb(69,144,192); }
td.TdClassName
{
border-color: #4590C0;
}
.TagClassName
{
border-color: #4590C0;
}
</style>