Shades of Picton Blue #4B96CE
Tints of Picton Blue #4B96CE
RGB
CMYK
RGB Variations
Color information
#4B96CE (or 0x4B96CE) is known color: Picton Blue. HEX triplet: 4B, 96 and CE. RGB value is (75,150,206). Sum of RGB (Red+Green+Blue) = 75+150+206=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B96CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B96CE is #B46931. Grayscale: #858585. Windows color (decimal): -11823410 or 13538891. OLE color: 13538891.
HSL color Cylindrical-coordinate representation of color #4B96CE: hue angle of 205.65º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B96CE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 150 | 206 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.19 |
| HSL | 205.65º | 0.57% | 0.55% | - |
| HSV(B) | 205.65º | 0.64% | 0.81% | - |
| XYZ | 24.95 | 27.76 | 62.44 | - |
| YUV | 133.96 | 168.65 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 206 | 0.64 | 0.27 | 0 | 0.19 | 205.65 | 0.57 | 0.55 |
| Hex | 4B | 96 | CE | 40 | 1B | 0 | 13 | CE | 39 | 37 |
| Octal | 113 | 226 | 316 | 100 | 33 | 0 | 23 | 316 | 71 | 67 |
| Binary | 1001011 | 10010110 | 11001110 | 1000000 | 11011 | 0 | 10011 | 11001110 | 111001 | 110111 |
Color Harmonies of #4B96CE
Complementary color
Monochromatic Colors of #4B96CE
Black with #4B96CE
Text Example
Text Example
White with #4B96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B96CE; }
p { color: rgb(75,150,206); }
H1.HeaderClassName
{
color: #4B96CE;
}
.AnyTagClassName
{
color: #4B96CE;
}
</style>
background-color css
<style>
a { background-color: #4B96CE; }
a { background-color: rgb(75,150,206); }
div.DivClassName
{
background-color: #4B96CE;
}
.BgClassName
{
background-color: #4B96CE;
}
</style>
border-color css
<style>
span { border-color: #4B96CE; }
span { border-color: rgb(75,150,206); }
td.TdClassName
{
border-color: #4B96CE;
}
.TagClassName
{
border-color: #4B96CE;
}
</style>