Shades of Curious Blue #4591CE
Tints of Curious Blue #4591CE
RGB
CMYK
RGB Variations
Color information
#4591CE (or 0x4591CE) is known color: Curious Blue. HEX triplet: 45, 91 and CE. RGB value is (69,145,206). Sum of RGB (Red+Green+Blue) = 69+145+206=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #4591CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4591CE is #BA6E31. Grayscale: #808080. Windows color (decimal): -12217906 or 13537605. OLE color: 13537605.
HSL color Cylindrical-coordinate representation of color #4591CE: hue angle of 206.72º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4591CE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 145 | 206 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.19 |
| HSL | 206.72º | 0.58% | 0.54% | - |
| HSV(B) | 206.72º | 0.67% | 0.81% | - |
| XYZ | 23.72 | 25.97 | 62.16 | - |
| YUV | 129.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 206 | 0.67 | 0.30 | 0 | 0.19 | 206.72 | 0.58 | 0.54 |
| Hex | 45 | 91 | CE | 43 | 1E | 0 | 13 | CF | 3A | 36 |
| Octal | 105 | 221 | 316 | 103 | 36 | 0 | 23 | 317 | 72 | 66 |
| Binary | 1000101 | 10010001 | 11001110 | 1000011 | 11110 | 0 | 10011 | 11001111 | 111010 | 110110 |
Color Harmonies of #4591CE
Complementary color
Monochromatic Colors of #4591CE
Black with #4591CE
Text Example
Text Example
White with #4591CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4591CE; }
p { color: rgb(69,145,206); }
H1.HeaderClassName
{
color: #4591CE;
}
.AnyTagClassName
{
color: #4591CE;
}
</style>
background-color css
<style>
a { background-color: #4591CE; }
a { background-color: rgb(69,145,206); }
div.DivClassName
{
background-color: #4591CE;
}
.BgClassName
{
background-color: #4591CE;
}
</style>
border-color css
<style>
span { border-color: #4591CE; }
span { border-color: rgb(69,145,206); }
td.TdClassName
{
border-color: #4591CE;
}
.TagClassName
{
border-color: #4591CE;
}
</style>