Shades of Curious Blue #4692CB
Tints of Curious Blue #4692CB
RGB
CMYK
RGB Variations
Color information
#4692CB (or 0x4692CB) is known color: Curious Blue. HEX triplet: 46, 92 and CB. RGB value is (70,146,203). Sum of RGB (Red+Green+Blue) = 70+146+203=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4692CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692CB is #B96D34. Grayscale: #818181. Windows color (decimal): -12152117 or 13341254. OLE color: 13341254.
HSL color Cylindrical-coordinate representation of color #4692CB: hue angle of 205.71º degrees, saturation: 0.56, 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 #4692CB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 146 | 203 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.20 |
| HSL | 205.71º | 0.56% | 0.54% | - |
| HSV(B) | 205.71º | 0.66% | 0.8% | - |
| XYZ | 23.58 | 26.17 | 60.31 | - |
| YUV | 129.77 | 169.32 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 203 | 0.66 | 0.28 | 0 | 0.20 | 205.71 | 0.56 | 0.54 |
| Hex | 46 | 92 | CB | 42 | 1C | 0 | 14 | CE | 38 | 36 |
| Octal | 106 | 222 | 313 | 102 | 34 | 0 | 24 | 316 | 70 | 66 |
| Binary | 1000110 | 10010010 | 11001011 | 1000010 | 11100 | 0 | 10100 | 11001110 | 111000 | 110110 |
Color Harmonies of #4692CB
Complementary color
Monochromatic Colors of #4692CB
Black with #4692CB
Text Example
Text Example
White with #4692CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4692CB; }
p { color: rgb(70,146,203); }
H1.HeaderClassName
{
color: #4692CB;
}
.AnyTagClassName
{
color: #4692CB;
}
</style>
background-color css
<style>
a { background-color: #4692CB; }
a { background-color: rgb(70,146,203); }
div.DivClassName
{
background-color: #4692CB;
}
.BgClassName
{
background-color: #4692CB;
}
</style>
border-color css
<style>
span { border-color: #4692CB; }
span { border-color: rgb(70,146,203); }
td.TdClassName
{
border-color: #4692CB;
}
.TagClassName
{
border-color: #4692CB;
}
</style>