Shades of Picton Blue #4F9CCB
Tints of Picton Blue #4F9CCB
RGB
CMYK
RGB Variations
Color information
#4F9CCB (or 0x4F9CCB) is known color: Picton Blue. HEX triplet: 4F, 9C and CB. RGB value is (79,156,203). Sum of RGB (Red+Green+Blue) = 79+156+203=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9CCB is #B06334. Grayscale: #8A8A8A. Windows color (decimal): -11559733 or 13343823. OLE color: 13343823.
HSL color Cylindrical-coordinate representation of color #4F9CCB: hue angle of 202.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9CCB is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 156 | 203 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.20 |
| HSL | 202.74º | 0.54% | 0.55% | - |
| HSV(B) | 202.74º | 0.61% | 0.8% | - |
| XYZ | 25.89 | 29.75 | 60.88 | - |
| YUV | 138.34 | 164.49 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 156 | 203 | 0.61 | 0.23 | 0 | 0.20 | 202.74 | 0.54 | 0.55 |
| Hex | 4F | 9C | CB | 3D | 17 | 0 | 14 | CB | 36 | 37 |
| Octal | 117 | 234 | 313 | 75 | 27 | 0 | 24 | 313 | 66 | 67 |
| Binary | 1001111 | 10011100 | 11001011 | 111101 | 10111 | 0 | 10100 | 11001011 | 110110 | 110111 |
Color Harmonies of #4F9CCB
Complementary color
Monochromatic Colors of #4F9CCB
Black with #4F9CCB
Text Example
Text Example
White with #4F9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9CCB; }
p { color: rgb(79,156,203); }
H1.HeaderClassName
{
color: #4F9CCB;
}
.AnyTagClassName
{
color: #4F9CCB;
}
</style>
background-color css
<style>
a { background-color: #4F9CCB; }
a { background-color: rgb(79,156,203); }
div.DivClassName
{
background-color: #4F9CCB;
}
.BgClassName
{
background-color: #4F9CCB;
}
</style>
border-color css
<style>
span { border-color: #4F9CCB; }
span { border-color: rgb(79,156,203); }
td.TdClassName
{
border-color: #4F9CCB;
}
.TagClassName
{
border-color: #4F9CCB;
}
</style>