Shades of Picton Blue #4A95CF
Tints of Picton Blue #4A95CF
RGB
CMYK
RGB Variations
Color information
#4A95CF (or 0x4A95CF) is known color: Picton Blue. HEX triplet: 4A, 95 and CF. RGB value is (74,149,207). Sum of RGB (Red+Green+Blue) = 74+149+207=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A95CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A95CF is #B56A30. Grayscale: #848484. Windows color (decimal): -11889201 or 13604170. OLE color: 13604170.
HSL color Cylindrical-coordinate representation of color #4A95CF: hue angle of 206.17º degrees, saturation: 0.58, 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 #4A95CF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 149 | 207 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.19 |
| HSL | 206.17º | 0.58% | 0.55% | - |
| HSV(B) | 206.17º | 0.64% | 0.81% | - |
| XYZ | 24.83 | 27.46 | 63.02 | - |
| YUV | 133.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 207 | 0.64 | 0.28 | 0 | 0.19 | 206.17 | 0.58 | 0.55 |
| Hex | 4A | 95 | CF | 40 | 1C | 0 | 13 | CE | 3A | 37 |
| Octal | 112 | 225 | 317 | 100 | 34 | 0 | 23 | 316 | 72 | 67 |
| Binary | 1001010 | 10010101 | 11001111 | 1000000 | 11100 | 0 | 10011 | 11001110 | 111010 | 110111 |
Color Harmonies of #4A95CF
Complementary color
Monochromatic Colors of #4A95CF
Black with #4A95CF
Text Example
Text Example
White with #4A95CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A95CF; }
p { color: rgb(74,149,207); }
H1.HeaderClassName
{
color: #4A95CF;
}
.AnyTagClassName
{
color: #4A95CF;
}
</style>
background-color css
<style>
a { background-color: #4A95CF; }
a { background-color: rgb(74,149,207); }
div.DivClassName
{
background-color: #4A95CF;
}
.BgClassName
{
background-color: #4A95CF;
}
</style>
border-color css
<style>
span { border-color: #4A95CF; }
span { border-color: rgb(74,149,207); }
td.TdClassName
{
border-color: #4A95CF;
}
.TagClassName
{
border-color: #4A95CF;
}
</style>