Shades of Curious Blue #4192BC
Tints of Curious Blue #4192BC
RGB
CMYK
RGB Variations
Color information
#4192BC (or 0x4192BC) is known color: Curious Blue. HEX triplet: 41, 92 and BC. RGB value is (65,146,188). Sum of RGB (Red+Green+Blue) = 65+146+188=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #4192BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192BC is #BE6D43. Grayscale: #7E7E7E. Windows color (decimal): -12479812 or 12358209. OLE color: 12358209.
HSL color Cylindrical-coordinate representation of color #4192BC: hue angle of 200.49º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4192BC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 146 | 188 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.26 |
| HSL | 200.49º | 0.49% | 0.5% | - |
| HSV(B) | 200.49º | 0.65% | 0.74% | - |
| XYZ | 21.54 | 25.31 | 51.33 | - |
| YUV | 126.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 188 | 0.65 | 0.22 | 0 | 0.26 | 200.49 | 0.49 | 0.5 |
| Hex | 41 | 92 | BC | 41 | 16 | 0 | 1A | C8 | 31 | 32 |
| Octal | 101 | 222 | 274 | 101 | 26 | 0 | 32 | 310 | 61 | 62 |
| Binary | 1000001 | 10010010 | 10111100 | 1000001 | 10110 | 0 | 11010 | 11001000 | 110001 | 110010 |
Color Harmonies of #4192BC
Complementary color
Monochromatic Colors of #4192BC
Black with #4192BC
Text Example
Text Example
White with #4192BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4192BC; }
p { color: rgb(65,146,188); }
H1.HeaderClassName
{
color: #4192BC;
}
.AnyTagClassName
{
color: #4192BC;
}
</style>
background-color css
<style>
a { background-color: #4192BC; }
a { background-color: rgb(65,146,188); }
div.DivClassName
{
background-color: #4192BC;
}
.BgClassName
{
background-color: #4192BC;
}
</style>
border-color css
<style>
span { border-color: #4192BC; }
span { border-color: rgb(65,146,188); }
td.TdClassName
{
border-color: #4192BC;
}
.TagClassName
{
border-color: #4192BC;
}
</style>