Shades of Picton Blue #4795CC
Tints of Picton Blue #4795CC
RGB
CMYK
RGB Variations
Color information
#4795CC (or 0x4795CC) is known color: Picton Blue. HEX triplet: 47, 95 and CC. RGB value is (71,149,204). Sum of RGB (Red+Green+Blue) = 71+149+204=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #4795CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4795CC is #B86A33. Grayscale: #838383. Windows color (decimal): -12085812 or 13407559. OLE color: 13407559.
HSL color Cylindrical-coordinate representation of color #4795CC: hue angle of 204.81º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4795CC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 149 | 204 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.2 |
| HSL | 204.81º | 0.57% | 0.54% | - |
| HSV(B) | 204.81º | 0.65% | 0.8% | - |
| XYZ | 24.25 | 27.19 | 61.1 | - |
| YUV | 131.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 204 | 0.65 | 0.27 | 0 | 0.2 | 204.81 | 0.57 | 0.54 |
| Hex | 47 | 95 | CC | 41 | 1B | 0 | 14 | CD | 39 | 36 |
| Octal | 107 | 225 | 314 | 101 | 33 | 0 | 24 | 315 | 71 | 66 |
| Binary | 1000111 | 10010101 | 11001100 | 1000001 | 11011 | 0 | 10100 | 11001101 | 111001 | 110110 |
Color Harmonies of #4795CC
Complementary color
Monochromatic Colors of #4795CC
Black with #4795CC
Text Example
Text Example
White with #4795CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4795CC; }
p { color: rgb(71,149,204); }
H1.HeaderClassName
{
color: #4795CC;
}
.AnyTagClassName
{
color: #4795CC;
}
</style>
background-color css
<style>
a { background-color: #4795CC; }
a { background-color: rgb(71,149,204); }
div.DivClassName
{
background-color: #4795CC;
}
.BgClassName
{
background-color: #4795CC;
}
</style>
border-color css
<style>
span { border-color: #4795CC; }
span { border-color: rgb(71,149,204); }
td.TdClassName
{
border-color: #4795CC;
}
.TagClassName
{
border-color: #4795CC;
}
</style>