Shades of Curious Blue #4592BF
Tints of Curious Blue #4592BF
RGB
CMYK
RGB Variations
Color information
#4592BF (or 0x4592BF) is known color: Curious Blue. HEX triplet: 45, 92 and BF. RGB value is (69,146,191). Sum of RGB (Red+Green+Blue) = 69+146+191=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #4592BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592BF is #BA6D40. Grayscale: #7F7F7F. Windows color (decimal): -12217665 or 12554821. OLE color: 12554821.
HSL color Cylindrical-coordinate representation of color #4592BF: hue angle of 202.13º 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 #4592BF is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 146 | 191 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.25 |
| HSL | 202.13º | 0.49% | 0.51% | - |
| HSV(B) | 202.13º | 0.64% | 0.75% | - |
| XYZ | 22.14 | 25.58 | 53.06 | - |
| YUV | 128.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 191 | 0.64 | 0.24 | 0 | 0.25 | 202.13 | 0.49 | 0.51 |
| Hex | 45 | 92 | BF | 40 | 18 | 0 | 19 | CA | 31 | 33 |
| Octal | 105 | 222 | 277 | 100 | 30 | 0 | 31 | 312 | 61 | 63 |
| Binary | 1000101 | 10010010 | 10111111 | 1000000 | 11000 | 0 | 11001 | 11001010 | 110001 | 110011 |
Color Harmonies of #4592BF
Complementary color
Monochromatic Colors of #4592BF
Black with #4592BF
Text Example
Text Example
White with #4592BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4592BF; }
p { color: rgb(69,146,191); }
H1.HeaderClassName
{
color: #4592BF;
}
.AnyTagClassName
{
color: #4592BF;
}
</style>
background-color css
<style>
a { background-color: #4592BF; }
a { background-color: rgb(69,146,191); }
div.DivClassName
{
background-color: #4592BF;
}
.BgClassName
{
background-color: #4592BF;
}
</style>
border-color css
<style>
span { border-color: #4592BF; }
span { border-color: rgb(69,146,191); }
td.TdClassName
{
border-color: #4592BF;
}
.TagClassName
{
border-color: #4592BF;
}
</style>