Shades of Picton Blue #4B9CDA
Tints of Picton Blue #4B9CDA
RGB
CMYK
RGB Variations
Color information
#4B9CDA (or 0x4B9CDA) is known color: Picton Blue. HEX triplet: 4B, 9C and DA. RGB value is (75,156,218). Sum of RGB (Red+Green+Blue) = 75+156+218=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #4B9CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9CDA is #B46325. Grayscale: #8A8A8A. Windows color (decimal): -11821862 or 14326859. OLE color: 14326859.
HSL color Cylindrical-coordinate representation of color #4B9CDA: hue angle of 206.01º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B9CDA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 156 | 218 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.15 |
| HSL | 206.01º | 0.66% | 0.57% | - |
| HSV(B) | 206.01º | 0.66% | 0.85% | - |
| XYZ | 27.45 | 30.33 | 70.74 | - |
| YUV | 138.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 218 | 0.66 | 0.28 | 0 | 0.15 | 206.01 | 0.66 | 0.57 |
| Hex | 4B | 9C | DA | 42 | 1C | 0 | F | CE | 42 | 39 |
| Octal | 113 | 234 | 332 | 102 | 34 | 0 | 17 | 316 | 102 | 71 |
| Binary | 1001011 | 10011100 | 11011010 | 1000010 | 11100 | 0 | 1111 | 11001110 | 1000010 | 111001 |
Color Harmonies of #4B9CDA
Complementary color
Monochromatic Colors of #4B9CDA
Black with #4B9CDA
Text Example
Text Example
White with #4B9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9CDA; }
p { color: rgb(75,156,218); }
H1.HeaderClassName
{
color: #4B9CDA;
}
.AnyTagClassName
{
color: #4B9CDA;
}
</style>
background-color css
<style>
a { background-color: #4B9CDA; }
a { background-color: rgb(75,156,218); }
div.DivClassName
{
background-color: #4B9CDA;
}
.BgClassName
{
background-color: #4B9CDA;
}
</style>
border-color css
<style>
span { border-color: #4B9CDA; }
span { border-color: rgb(75,156,218); }
td.TdClassName
{
border-color: #4B9CDA;
}
.TagClassName
{
border-color: #4B9CDA;
}
</style>