Shades of Picton Blue #4CA3E6
Tints of Picton Blue #4CA3E6
RGB
CMYK
RGB Variations
Color information
#4CA3E6 (or 0x4CA3E6) is known color: Picton Blue. HEX triplet: 4C, A3 and E6. RGB value is (76,163,230). Sum of RGB (Red+Green+Blue) = 76+163+230=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #4CA3E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA3E6 is #B35C19. Grayscale: #909090. Windows color (decimal): -11754522 or 15115084. OLE color: 15115084.
HSL color Cylindrical-coordinate representation of color #4CA3E6: hue angle of 206.1º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CA3E6 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 163 | 230 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.10 |
| HSL | 206.1º | 0.75% | 0.6% | - |
| HSV(B) | 206.1º | 0.67% | 0.9% | - |
| XYZ | 30.36 | 33.44 | 79.72 | - |
| YUV | 144.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 163 | 230 | 0.67 | 0.29 | 0 | 0.10 | 206.1 | 0.75 | 0.6 |
| Hex | 4C | A3 | E6 | 43 | 1D | 0 | A | CE | 4B | 3C |
| Octal | 114 | 243 | 346 | 103 | 35 | 0 | 12 | 316 | 113 | 74 |
| Binary | 1001100 | 10100011 | 11100110 | 1000011 | 11101 | 0 | 1010 | 11001110 | 1001011 | 111100 |
Color Harmonies of #4CA3E6
Complementary color
Monochromatic Colors of #4CA3E6
Black with #4CA3E6
Text Example
Text Example
White with #4CA3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA3E6; }
p { color: rgb(76,163,230); }
H1.HeaderClassName
{
color: #4CA3E6;
}
.AnyTagClassName
{
color: #4CA3E6;
}
</style>
background-color css
<style>
a { background-color: #4CA3E6; }
a { background-color: rgb(76,163,230); }
div.DivClassName
{
background-color: #4CA3E6;
}
.BgClassName
{
background-color: #4CA3E6;
}
</style>
border-color css
<style>
span { border-color: #4CA3E6; }
span { border-color: rgb(76,163,230); }
td.TdClassName
{
border-color: #4CA3E6;
}
.TagClassName
{
border-color: #4CA3E6;
}
</style>