Shades of Curious Blue #4591CB
Tints of Curious Blue #4591CB
RGB
CMYK
RGB Variations
Color information
#4591CB (or 0x4591CB) is known color: Curious Blue. HEX triplet: 45, 91 and CB. RGB value is (69,145,203). Sum of RGB (Red+Green+Blue) = 69+145+203=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #4591CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4591CB is #BA6E34. Grayscale: #808080. Windows color (decimal): -12217909 or 13340997. OLE color: 13340997.
HSL color Cylindrical-coordinate representation of color #4591CB: hue angle of 205.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4591CB is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 145 | 203 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.20 |
| HSL | 205.97º | 0.56% | 0.53% | - |
| HSV(B) | 205.97º | 0.66% | 0.8% | - |
| XYZ | 23.36 | 25.83 | 60.25 | - |
| YUV | 128.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 145 | 203 | 0.66 | 0.29 | 0 | 0.20 | 205.97 | 0.56 | 0.53 |
| Hex | 45 | 91 | CB | 42 | 1D | 0 | 14 | CE | 38 | 35 |
| Octal | 105 | 221 | 313 | 102 | 35 | 0 | 24 | 316 | 70 | 65 |
| Binary | 1000101 | 10010001 | 11001011 | 1000010 | 11101 | 0 | 10100 | 11001110 | 111000 | 110101 |
Color Harmonies of #4591CB
Complementary color
Monochromatic Colors of #4591CB
Black with #4591CB
Text Example
Text Example
White with #4591CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4591CB; }
p { color: rgb(69,145,203); }
H1.HeaderClassName
{
color: #4591CB;
}
.AnyTagClassName
{
color: #4591CB;
}
</style>
background-color css
<style>
a { background-color: #4591CB; }
a { background-color: rgb(69,145,203); }
div.DivClassName
{
background-color: #4591CB;
}
.BgClassName
{
background-color: #4591CB;
}
</style>
border-color css
<style>
span { border-color: #4591CB; }
span { border-color: rgb(69,145,203); }
td.TdClassName
{
border-color: #4591CB;
}
.TagClassName
{
border-color: #4591CB;
}
</style>