Shades of Curious Blue #4596C0
Tints of Curious Blue #4596C0
RGB
CMYK
RGB Variations
Color information
#4596C0 (or 0x4596C0) is known color: Curious Blue. HEX triplet: 45, 96 and C0. RGB value is (69,150,192). Sum of RGB (Red+Green+Blue) = 69+150+192=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #4596C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596C0 is #BA693F. Grayscale: #828282. Windows color (decimal): -12216640 or 12621381. OLE color: 12621381.
HSL color Cylindrical-coordinate representation of color #4596C0: hue angle of 200.49º 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 #4596C0 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 150 | 192 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.25 |
| HSL | 200.49º | 0.49% | 0.51% | - |
| HSV(B) | 200.49º | 0.64% | 0.75% | - |
| XYZ | 22.88 | 26.88 | 53.85 | - |
| YUV | 130.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 192 | 0.64 | 0.22 | 0 | 0.25 | 200.49 | 0.49 | 0.51 |
| Hex | 45 | 96 | C0 | 40 | 16 | 0 | 19 | C8 | 31 | 33 |
| Octal | 105 | 226 | 300 | 100 | 26 | 0 | 31 | 310 | 61 | 63 |
| Binary | 1000101 | 10010110 | 11000000 | 1000000 | 10110 | 0 | 11001 | 11001000 | 110001 | 110011 |
Color Harmonies of #4596C0
Complementary color
Monochromatic Colors of #4596C0
Black with #4596C0
Text Example
Text Example
White with #4596C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4596C0; }
p { color: rgb(69,150,192); }
H1.HeaderClassName
{
color: #4596C0;
}
.AnyTagClassName
{
color: #4596C0;
}
</style>
background-color css
<style>
a { background-color: #4596C0; }
a { background-color: rgb(69,150,192); }
div.DivClassName
{
background-color: #4596C0;
}
.BgClassName
{
background-color: #4596C0;
}
</style>
border-color css
<style>
span { border-color: #4596C0; }
span { border-color: rgb(69,150,192); }
td.TdClassName
{
border-color: #4596C0;
}
.TagClassName
{
border-color: #4596C0;
}
</style>