Shades of Picton Blue #4F9BCB
Tints of Picton Blue #4F9BCB
RGB
CMYK
RGB Variations
Color information
#4F9BCB (or 0x4F9BCB) is known color: Picton Blue. HEX triplet: 4F, 9B and CB. RGB value is (79,155,203). Sum of RGB (Red+Green+Blue) = 79+155+203=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F9BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9BCB is #B06434. Grayscale: #898989. Windows color (decimal): -11559989 or 13343567. OLE color: 13343567.
HSL color Cylindrical-coordinate representation of color #4F9BCB: hue angle of 203.23º 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 #4F9BCB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 155 | 203 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.20 |
| HSL | 203.23º | 0.54% | 0.55% | - |
| HSV(B) | 203.23º | 0.61% | 0.8% | - |
| XYZ | 25.73 | 29.42 | 60.82 | - |
| YUV | 137.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 155 | 203 | 0.61 | 0.24 | 0 | 0.20 | 203.23 | 0.54 | 0.55 |
| Hex | 4F | 9B | CB | 3D | 18 | 0 | 14 | CB | 36 | 37 |
| Octal | 117 | 233 | 313 | 75 | 30 | 0 | 24 | 313 | 66 | 67 |
| Binary | 1001111 | 10011011 | 11001011 | 111101 | 11000 | 0 | 10100 | 11001011 | 110110 | 110111 |
Color Harmonies of #4F9BCB
Complementary color
Monochromatic Colors of #4F9BCB
Black with #4F9BCB
Text Example
Text Example
White with #4F9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9BCB; }
p { color: rgb(79,155,203); }
H1.HeaderClassName
{
color: #4F9BCB;
}
.AnyTagClassName
{
color: #4F9BCB;
}
</style>
background-color css
<style>
a { background-color: #4F9BCB; }
a { background-color: rgb(79,155,203); }
div.DivClassName
{
background-color: #4F9BCB;
}
.BgClassName
{
background-color: #4F9BCB;
}
</style>
border-color css
<style>
span { border-color: #4F9BCB; }
span { border-color: rgb(79,155,203); }
td.TdClassName
{
border-color: #4F9BCB;
}
.TagClassName
{
border-color: #4F9BCB;
}
</style>