Shades of Curious Blue #4590C2
Tints of Curious Blue #4590C2
RGB
CMYK
RGB Variations
Color information
#4590C2 (or 0x4590C2) is known color: Curious Blue. HEX triplet: 45, 90 and C2. RGB value is (69,144,194). Sum of RGB (Red+Green+Blue) = 69+144+194=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #4590C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590C2 is #BA6F3D. Grayscale: #7F7F7F. Windows color (decimal): -12218174 or 12750917. OLE color: 12750917.
HSL color Cylindrical-coordinate representation of color #4590C2: hue angle of 204º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4590C2 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 144 | 194 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.24 |
| HSL | 204º | 0.51% | 0.52% | - |
| HSV(B) | 204º | 0.64% | 0.76% | - |
| XYZ | 22.17 | 25.11 | 54.72 | - |
| YUV | 127.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 194 | 0.64 | 0.26 | 0 | 0.24 | 204 | 0.51 | 0.52 |
| Hex | 45 | 90 | C2 | 40 | 1A | 0 | 18 | CC | 33 | 34 |
| Octal | 105 | 220 | 302 | 100 | 32 | 0 | 30 | 314 | 63 | 64 |
| Binary | 1000101 | 10010000 | 11000010 | 1000000 | 11010 | 0 | 11000 | 11001100 | 110011 | 110100 |
Color Harmonies of #4590C2
Complementary color
Monochromatic Colors of #4590C2
Black with #4590C2
Text Example
Text Example
White with #4590C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4590C2; }
p { color: rgb(69,144,194); }
H1.HeaderClassName
{
color: #4590C2;
}
.AnyTagClassName
{
color: #4590C2;
}
</style>
background-color css
<style>
a { background-color: #4590C2; }
a { background-color: rgb(69,144,194); }
div.DivClassName
{
background-color: #4590C2;
}
.BgClassName
{
background-color: #4590C2;
}
</style>
border-color css
<style>
span { border-color: #4590C2; }
span { border-color: rgb(69,144,194); }
td.TdClassName
{
border-color: #4590C2;
}
.TagClassName
{
border-color: #4590C2;
}
</style>