Shades of Curious Blue #4691CC
Tints of Curious Blue #4691CC
RGB
CMYK
RGB Variations
Color information
#4691CC (or 0x4691CC) is known color: Curious Blue. HEX triplet: 46, 91 and CC. RGB value is (70,145,204). Sum of RGB (Red+Green+Blue) = 70+145+204=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 145 (57.03% from 255 or 34.61% 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 #4691CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4691CC is #B96E33. Grayscale: #808080. Windows color (decimal): -12152372 or 13406534. OLE color: 13406534.
HSL color Cylindrical-coordinate representation of color #4691CC: hue angle of 206.42º 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 #4691CC is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 145 | 204 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.2 |
| HSL | 206.42º | 0.57% | 0.54% | - |
| HSV(B) | 206.42º | 0.66% | 0.8% | - |
| XYZ | 23.55 | 25.91 | 60.89 | - |
| YUV | 129.3 | 170.15 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 204 | 0.66 | 0.29 | 0 | 0.2 | 206.42 | 0.57 | 0.54 |
| Hex | 46 | 91 | CC | 42 | 1D | 0 | 14 | CE | 39 | 36 |
| Octal | 106 | 221 | 314 | 102 | 35 | 0 | 24 | 316 | 71 | 66 |
| Binary | 1000110 | 10010001 | 11001100 | 1000010 | 11101 | 0 | 10100 | 11001110 | 111001 | 110110 |
Color Harmonies of #4691CC
Complementary color
Monochromatic Colors of #4691CC
Black with #4691CC
Text Example
Text Example
White with #4691CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4691CC; }
p { color: rgb(70,145,204); }
H1.HeaderClassName
{
color: #4691CC;
}
.AnyTagClassName
{
color: #4691CC;
}
</style>
background-color css
<style>
a { background-color: #4691CC; }
a { background-color: rgb(70,145,204); }
div.DivClassName
{
background-color: #4691CC;
}
.BgClassName
{
background-color: #4691CC;
}
</style>
border-color css
<style>
span { border-color: #4691CC; }
span { border-color: rgb(70,145,204); }
td.TdClassName
{
border-color: #4691CC;
}
.TagClassName
{
border-color: #4691CC;
}
</style>