Shades of Picton Blue #4B9ACC
Tints of Picton Blue #4B9ACC
RGB
CMYK
RGB Variations
Color information
#4B9ACC (or 0x4B9ACC) is known color: Picton Blue. HEX triplet: 4B, 9A and CC. RGB value is (75,154,204). Sum of RGB (Red+Green+Blue) = 75+154+204=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B9ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ACC is #B46533. Grayscale: #878787. Windows color (decimal): -11822388 or 13408843. OLE color: 13408843.
HSL color Cylindrical-coordinate representation of color #4B9ACC: hue angle of 203.26º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B9ACC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 154 | 204 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.2 |
| HSL | 203.26º | 0.56% | 0.55% | - |
| HSV(B) | 203.26º | 0.63% | 0.8% | - |
| XYZ | 25.36 | 28.97 | 61.38 | - |
| YUV | 136.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 154 | 204 | 0.63 | 0.25 | 0 | 0.2 | 203.26 | 0.56 | 0.55 |
| Hex | 4B | 9A | CC | 3F | 19 | 0 | 14 | CB | 38 | 37 |
| Octal | 113 | 232 | 314 | 77 | 31 | 0 | 24 | 313 | 70 | 67 |
| Binary | 1001011 | 10011010 | 11001100 | 111111 | 11001 | 0 | 10100 | 11001011 | 111000 | 110111 |
Color Harmonies of #4B9ACC
Complementary color
Monochromatic Colors of #4B9ACC
Black with #4B9ACC
Text Example
Text Example
White with #4B9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9ACC; }
p { color: rgb(75,154,204); }
H1.HeaderClassName
{
color: #4B9ACC;
}
.AnyTagClassName
{
color: #4B9ACC;
}
</style>
background-color css
<style>
a { background-color: #4B9ACC; }
a { background-color: rgb(75,154,204); }
div.DivClassName
{
background-color: #4B9ACC;
}
.BgClassName
{
background-color: #4B9ACC;
}
</style>
border-color css
<style>
span { border-color: #4B9ACC; }
span { border-color: rgb(75,154,204); }
td.TdClassName
{
border-color: #4B9ACC;
}
.TagClassName
{
border-color: #4B9ACC;
}
</style>