Shades of Curious Blue #4692BC
Tints of Curious Blue #4692BC
RGB
CMYK
RGB Variations
Color information
#4692BC (or 0x4692BC) is known color: Curious Blue. HEX triplet: 46, 92 and BC. RGB value is (70,146,188). Sum of RGB (Red+Green+Blue) = 70+146+188=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #4692BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692BC is #B96D43. Grayscale: #7F7F7F. Windows color (decimal): -12152132 or 12358214. OLE color: 12358214.
HSL color Cylindrical-coordinate representation of color #4692BC: hue angle of 201.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4692BC is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 146 | 188 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.26 |
| HSL | 201.36º | 0.47% | 0.51% | - |
| HSV(B) | 201.36º | 0.63% | 0.74% | - |
| XYZ | 21.88 | 25.49 | 51.34 | - |
| YUV | 128.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 188 | 0.63 | 0.22 | 0 | 0.26 | 201.36 | 0.47 | 0.51 |
| Hex | 46 | 92 | BC | 3F | 16 | 0 | 1A | C9 | 2F | 33 |
| Octal | 106 | 222 | 274 | 77 | 26 | 0 | 32 | 311 | 57 | 63 |
| Binary | 1000110 | 10010010 | 10111100 | 111111 | 10110 | 0 | 11010 | 11001001 | 101111 | 110011 |
Color Harmonies of #4692BC
Complementary color
Monochromatic Colors of #4692BC
Black with #4692BC
Text Example
Text Example
White with #4692BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4692BC; }
p { color: rgb(70,146,188); }
H1.HeaderClassName
{
color: #4692BC;
}
.AnyTagClassName
{
color: #4692BC;
}
</style>
background-color css
<style>
a { background-color: #4692BC; }
a { background-color: rgb(70,146,188); }
div.DivClassName
{
background-color: #4692BC;
}
.BgClassName
{
background-color: #4692BC;
}
</style>
border-color css
<style>
span { border-color: #4692BC; }
span { border-color: rgb(70,146,188); }
td.TdClassName
{
border-color: #4692BC;
}
.TagClassName
{
border-color: #4692BC;
}
</style>