Shades of Curious Blue #4591C6
Tints of Curious Blue #4591C6
RGB
CMYK
RGB Variations
Color information
#4591C6 (or 0x4591C6) is known color: Curious Blue. HEX triplet: 45, 91 and C6. RGB value is (69,145,198). Sum of RGB (Red+Green+Blue) = 69+145+198=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #4591C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4591C6 is #BA6E39. Grayscale: #808080. Windows color (decimal): -12217914 or 13013317. OLE color: 13013317.
HSL color Cylindrical-coordinate representation of color #4591C6: hue angle of 204.65º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4591C6 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 145 | 198 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.22 |
| HSL | 204.65º | 0.53% | 0.52% | - |
| HSV(B) | 204.65º | 0.65% | 0.78% | - |
| XYZ | 22.77 | 25.59 | 57.17 | - |
| YUV | 128.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 198 | 0.65 | 0.27 | 0 | 0.22 | 204.65 | 0.53 | 0.52 |
| Hex | 45 | 91 | C6 | 41 | 1B | 0 | 16 | CD | 35 | 34 |
| Octal | 105 | 221 | 306 | 101 | 33 | 0 | 26 | 315 | 65 | 64 |
| Binary | 1000101 | 10010001 | 11000110 | 1000001 | 11011 | 0 | 10110 | 11001101 | 110101 | 110100 |
Color Harmonies of #4591C6
Complementary color
Monochromatic Colors of #4591C6
Black with #4591C6
Text Example
Text Example
White with #4591C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4591C6; }
p { color: rgb(69,145,198); }
H1.HeaderClassName
{
color: #4591C6;
}
.AnyTagClassName
{
color: #4591C6;
}
</style>
background-color css
<style>
a { background-color: #4591C6; }
a { background-color: rgb(69,145,198); }
div.DivClassName
{
background-color: #4591C6;
}
.BgClassName
{
background-color: #4591C6;
}
</style>
border-color css
<style>
span { border-color: #4591C6; }
span { border-color: rgb(69,145,198); }
td.TdClassName
{
border-color: #4591C6;
}
.TagClassName
{
border-color: #4591C6;
}
</style>