Shades of Curious Blue #4591BC
Tints of Curious Blue #4591BC
RGB
CMYK
RGB Variations
Color information
#4591BC (or 0x4591BC) is known color: Curious Blue. HEX triplet: 45, 91 and BC. RGB value is (69,145,188). Sum of RGB (Red+Green+Blue) = 69+145+188=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #4591BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4591BC is #BA6E43. Grayscale: #7E7E7E. Windows color (decimal): -12217924 or 12357957. OLE color: 12357957.
HSL color Cylindrical-coordinate representation of color #4591BC: hue angle of 201.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4591BC is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 145 | 188 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.26 |
| HSL | 201.68º | 0.47% | 0.5% | - |
| HSV(B) | 201.68º | 0.63% | 0.74% | - |
| XYZ | 21.66 | 25.15 | 51.29 | - |
| YUV | 127.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 188 | 0.63 | 0.23 | 0 | 0.26 | 201.68 | 0.47 | 0.5 |
| Hex | 45 | 91 | BC | 3F | 17 | 0 | 1A | CA | 2F | 32 |
| Octal | 105 | 221 | 274 | 77 | 27 | 0 | 32 | 312 | 57 | 62 |
| Binary | 1000101 | 10010001 | 10111100 | 111111 | 10111 | 0 | 11010 | 11001010 | 101111 | 110010 |
Color Harmonies of #4591BC
Complementary color
Monochromatic Colors of #4591BC
Black with #4591BC
Text Example
Text Example
White with #4591BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4591BC; }
p { color: rgb(69,145,188); }
H1.HeaderClassName
{
color: #4591BC;
}
.AnyTagClassName
{
color: #4591BC;
}
</style>
background-color css
<style>
a { background-color: #4591BC; }
a { background-color: rgb(69,145,188); }
div.DivClassName
{
background-color: #4591BC;
}
.BgClassName
{
background-color: #4591BC;
}
</style>
border-color css
<style>
span { border-color: #4591BC; }
span { border-color: rgb(69,145,188); }
td.TdClassName
{
border-color: #4591BC;
}
.TagClassName
{
border-color: #4591BC;
}
</style>