Shades of Viking #4BA7CE
Tints of Viking #4BA7CE
RGB
CMYK
RGB Variations
Color information
#4BA7CE (or 0x4BA7CE) is known color: Viking. HEX triplet: 4B, A7 and CE. RGB value is (75,167,206). Sum of RGB (Red+Green+Blue) = 75+167+206=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA7CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA7CE is #B45831. Grayscale: #8F8F8F. Windows color (decimal): -11819058 or 13543243. OLE color: 13543243.
HSL color Cylindrical-coordinate representation of color #4BA7CE: hue angle of 197.86º 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 #4BA7CE is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 167 | 206 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.19 |
| HSL | 197.86º | 0.57% | 0.55% | - |
| HSV(B) | 197.86º | 0.64% | 0.81% | - |
| XYZ | 27.86 | 33.59 | 63.41 | - |
| YUV | 143.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 206 | 0.64 | 0.19 | 0 | 0.19 | 197.86 | 0.57 | 0.55 |
| Hex | 4B | A7 | CE | 40 | 13 | 0 | 13 | C6 | 39 | 37 |
| Octal | 113 | 247 | 316 | 100 | 23 | 0 | 23 | 306 | 71 | 67 |
| Binary | 1001011 | 10100111 | 11001110 | 1000000 | 10011 | 0 | 10011 | 11000110 | 111001 | 110111 |
Color Harmonies of #4BA7CE
Complementary color
Monochromatic Colors of #4BA7CE
Black with #4BA7CE
Text Example
Text Example
White with #4BA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA7CE; }
p { color: rgb(75,167,206); }
H1.HeaderClassName
{
color: #4BA7CE;
}
.AnyTagClassName
{
color: #4BA7CE;
}
</style>
background-color css
<style>
a { background-color: #4BA7CE; }
a { background-color: rgb(75,167,206); }
div.DivClassName
{
background-color: #4BA7CE;
}
.BgClassName
{
background-color: #4BA7CE;
}
</style>
border-color css
<style>
span { border-color: #4BA7CE; }
span { border-color: rgb(75,167,206); }
td.TdClassName
{
border-color: #4BA7CE;
}
.TagClassName
{
border-color: #4BA7CE;
}
</style>