Shades of Curious Blue #4892C0
Tints of Curious Blue #4892C0
RGB
CMYK
RGB Variations
Color information
#4892C0 (or 0x4892C0) is known color: Curious Blue. HEX triplet: 48, 92 and C0. RGB value is (72,146,192). Sum of RGB (Red+Green+Blue) = 72+146+192=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #4892C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892C0 is #B76D3F. Grayscale: #808080. Windows color (decimal): -12021056 or 12620360. OLE color: 12620360.
HSL color Cylindrical-coordinate representation of color #4892C0: hue angle of 203º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4892C0 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 146 | 192 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.25 |
| HSL | 203º | 0.49% | 0.52% | - |
| HSV(B) | 203º | 0.63% | 0.75% | - |
| XYZ | 22.47 | 25.74 | 53.65 | - |
| YUV | 129.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 192 | 0.63 | 0.24 | 0 | 0.25 | 203 | 0.49 | 0.52 |
| Hex | 48 | 92 | C0 | 3F | 18 | 0 | 19 | CB | 31 | 34 |
| Octal | 110 | 222 | 300 | 77 | 30 | 0 | 31 | 313 | 61 | 64 |
| Binary | 1001000 | 10010010 | 11000000 | 111111 | 11000 | 0 | 11001 | 11001011 | 110001 | 110100 |
Color Harmonies of #4892C0
Complementary color
Monochromatic Colors of #4892C0
Black with #4892C0
Text Example
Text Example
White with #4892C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892C0; }
p { color: rgb(72,146,192); }
H1.HeaderClassName
{
color: #4892C0;
}
.AnyTagClassName
{
color: #4892C0;
}
</style>
background-color css
<style>
a { background-color: #4892C0; }
a { background-color: rgb(72,146,192); }
div.DivClassName
{
background-color: #4892C0;
}
.BgClassName
{
background-color: #4892C0;
}
</style>
border-color css
<style>
span { border-color: #4892C0; }
span { border-color: rgb(72,146,192); }
td.TdClassName
{
border-color: #4892C0;
}
.TagClassName
{
border-color: #4892C0;
}
</style>