Shades of Picton Blue #4694CB
Tints of Picton Blue #4694CB
RGB
CMYK
RGB Variations
Color information
#4694CB (or 0x4694CB) is known color: Picton Blue. HEX triplet: 46, 94 and CB. RGB value is (70,148,203). Sum of RGB (Red+Green+Blue) = 70+148+203=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4694CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694CB is #B96B34. Grayscale: #828282. Windows color (decimal): -12151605 or 13341766. OLE color: 13341766.
HSL color Cylindrical-coordinate representation of color #4694CB: hue angle of 204.81º 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 #4694CB is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 148 | 203 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.20 |
| HSL | 204.81º | 0.56% | 0.54% | - |
| HSV(B) | 204.81º | 0.66% | 0.8% | - |
| XYZ | 23.9 | 26.79 | 60.41 | - |
| YUV | 130.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 203 | 0.66 | 0.27 | 0 | 0.20 | 204.81 | 0.56 | 0.54 |
| Hex | 46 | 94 | CB | 42 | 1B | 0 | 14 | CD | 38 | 36 |
| Octal | 106 | 224 | 313 | 102 | 33 | 0 | 24 | 315 | 70 | 66 |
| Binary | 1000110 | 10010100 | 11001011 | 1000010 | 11011 | 0 | 10100 | 11001101 | 111000 | 110110 |
Color Harmonies of #4694CB
Complementary color
Monochromatic Colors of #4694CB
Black with #4694CB
Text Example
Text Example
White with #4694CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694CB; }
p { color: rgb(70,148,203); }
H1.HeaderClassName
{
color: #4694CB;
}
.AnyTagClassName
{
color: #4694CB;
}
</style>
background-color css
<style>
a { background-color: #4694CB; }
a { background-color: rgb(70,148,203); }
div.DivClassName
{
background-color: #4694CB;
}
.BgClassName
{
background-color: #4694CB;
}
</style>
border-color css
<style>
span { border-color: #4694CB; }
span { border-color: rgb(70,148,203); }
td.TdClassName
{
border-color: #4694CB;
}
.TagClassName
{
border-color: #4694CB;
}
</style>