Shades of Picton Blue #4B9ACA
Tints of Picton Blue #4B9ACA
RGB
CMYK
RGB Variations
Color information
#4B9ACA (or 0x4B9ACA) is known color: Picton Blue. HEX triplet: 4B, 9A and CA. RGB value is (75,154,202). Sum of RGB (Red+Green+Blue) = 75+154+202=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B9ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ACA is #B46535. Grayscale: #878787. Windows color (decimal): -11822390 or 13277771. OLE color: 13277771.
HSL color Cylindrical-coordinate representation of color #4B9ACA: hue angle of 202.68º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B9ACA is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 154 | 202 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.21 |
| HSL | 202.68º | 0.55% | 0.54% | - |
| HSV(B) | 202.68º | 0.63% | 0.79% | - |
| XYZ | 25.12 | 28.87 | 60.13 | - |
| YUV | 135.85 | 165.33 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 202 | 0.63 | 0.24 | 0 | 0.21 | 202.68 | 0.55 | 0.54 |
| Hex | 4B | 9A | CA | 3F | 18 | 0 | 15 | CB | 37 | 36 |
| Octal | 113 | 232 | 312 | 77 | 30 | 0 | 25 | 313 | 67 | 66 |
| Binary | 1001011 | 10011010 | 11001010 | 111111 | 11000 | 0 | 10101 | 11001011 | 110111 | 110110 |
Color Harmonies of #4B9ACA
Complementary color
Monochromatic Colors of #4B9ACA
Black with #4B9ACA
Text Example
Text Example
White with #4B9ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9ACA; }
p { color: rgb(75,154,202); }
H1.HeaderClassName
{
color: #4B9ACA;
}
.AnyTagClassName
{
color: #4B9ACA;
}
</style>
background-color css
<style>
a { background-color: #4B9ACA; }
a { background-color: rgb(75,154,202); }
div.DivClassName
{
background-color: #4B9ACA;
}
.BgClassName
{
background-color: #4B9ACA;
}
</style>
border-color css
<style>
span { border-color: #4B9ACA; }
span { border-color: rgb(75,154,202); }
td.TdClassName
{
border-color: #4B9ACA;
}
.TagClassName
{
border-color: #4B9ACA;
}
</style>