Shades of Curious Blue #4592CC
Tints of Curious Blue #4592CC
RGB
CMYK
RGB Variations
Color information
#4592CC (or 0x4592CC) is known color: Curious Blue. HEX triplet: 45, 92 and CC. RGB value is (69,146,204). Sum of RGB (Red+Green+Blue) = 69+146+204=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #4592CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592CC is #BA6D33. Grayscale: #818181. Windows color (decimal): -12217652 or 13406789. OLE color: 13406789.
HSL color Cylindrical-coordinate representation of color #4592CC: hue angle of 205.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4592CC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 146 | 204 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.2 |
| HSL | 205.78º | 0.57% | 0.54% | - |
| HSV(B) | 205.78º | 0.66% | 0.8% | - |
| XYZ | 23.63 | 26.18 | 60.93 | - |
| YUV | 129.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 204 | 0.66 | 0.28 | 0 | 0.2 | 205.78 | 0.57 | 0.54 |
| Hex | 45 | 92 | CC | 42 | 1C | 0 | 14 | CE | 39 | 36 |
| Octal | 105 | 222 | 314 | 102 | 34 | 0 | 24 | 316 | 71 | 66 |
| Binary | 1000101 | 10010010 | 11001100 | 1000010 | 11100 | 0 | 10100 | 11001110 | 111001 | 110110 |
Color Harmonies of #4592CC
Complementary color
Monochromatic Colors of #4592CC
Black with #4592CC
Text Example
Text Example
White with #4592CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4592CC; }
p { color: rgb(69,146,204); }
H1.HeaderClassName
{
color: #4592CC;
}
.AnyTagClassName
{
color: #4592CC;
}
</style>
background-color css
<style>
a { background-color: #4592CC; }
a { background-color: rgb(69,146,204); }
div.DivClassName
{
background-color: #4592CC;
}
.BgClassName
{
background-color: #4592CC;
}
</style>
border-color css
<style>
span { border-color: #4592CC; }
span { border-color: rgb(69,146,204); }
td.TdClassName
{
border-color: #4592CC;
}
.TagClassName
{
border-color: #4592CC;
}
</style>