Shades of Picton Blue #4C97CE
Tints of Picton Blue #4C97CE
RGB
CMYK
RGB Variations
Color information
#4C97CE (or 0x4C97CE) is known color: Picton Blue. HEX triplet: 4C, 97 and CE. RGB value is (76,151,206). Sum of RGB (Red+Green+Blue) = 76+151+206=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C97CE is #B36831. Grayscale: #868686. Windows color (decimal): -11757618 or 13539148. OLE color: 13539148.
HSL color Cylindrical-coordinate representation of color #4C97CE: hue angle of 205.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C97CE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 76 | 151 | 206 | - |
CMYK | 0.63 | 0.27 | 0 | 0.19 |
HSL | 205.38º | 0.57% | 0.55% | - |
HSV(B) | 205.38º | 0.63% | 0.81% | - |
XYZ | 25.19 | 28.13 | 62.49 | - |
YUV | 134.85 | 168.15 | 86.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 151 | 206 | 0.63 | 0.27 | 0 | 0.19 | 205.38 | 0.57 | 0.55 |
Hex | 4C | 97 | CE | 3F | 1B | 0 | 13 | CD | 39 | 37 |
Octal | 114 | 227 | 316 | 77 | 33 | 0 | 23 | 315 | 71 | 67 |
Binary | 1001100 | 10010111 | 11001110 | 111111 | 11011 | 0 | 10011 | 11001101 | 111001 | 110111 |
Color Harmonies of #4C97CE
Complementary color
Monochromatic Colors of #4C97CE
Black with #4C97CE
Text Example
Text Example
White with #4C97CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C97CE; }
p { color: rgb(76,151,206); }
H1.HeaderClassName
{
color: #4C97CE;
}
.AnyTagClassName
{
color: #4C97CE;
}
</style>
background-color css
<style>
a { background-color: #4C97CE; }
a { background-color: rgb(76,151,206); }
div.DivClassName
{
background-color: #4C97CE;
}
.BgClassName
{
background-color: #4C97CE;
}
</style>
border-color css
<style>
span { border-color: #4C97CE; }
span { border-color: rgb(76,151,206); }
td.TdClassName
{
border-color: #4C97CE;
}
.TagClassName
{
border-color: #4C97CE;
}
</style>