Shades of Viking #4BA5CE
Tints of Viking #4BA5CE
RGB
CMYK
RGB Variations
Color information
#4BA5CE (or 0x4BA5CE) is known color: Viking. HEX triplet: 4B, A5 and CE. RGB value is (75,165,206). Sum of RGB (Red+Green+Blue) = 75+165+206=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5CE is #B45A31. Grayscale: #8E8E8E. Windows color (decimal): -11819570 or 13542731. OLE color: 13542731.
HSL color Cylindrical-coordinate representation of color #4BA5CE: hue angle of 198.78º 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 #4BA5CE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 165 | 206 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.19 |
| HSL | 198.78º | 0.57% | 0.55% | - |
| HSV(B) | 198.78º | 0.64% | 0.81% | - |
| XYZ | 27.5 | 32.86 | 63.29 | - |
| YUV | 142.76 | 163.68 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 206 | 0.64 | 0.20 | 0 | 0.19 | 198.78 | 0.57 | 0.55 |
| Hex | 4B | A5 | CE | 40 | 14 | 0 | 13 | C7 | 39 | 37 |
| Octal | 113 | 245 | 316 | 100 | 24 | 0 | 23 | 307 | 71 | 67 |
| Binary | 1001011 | 10100101 | 11001110 | 1000000 | 10100 | 0 | 10011 | 11000111 | 111001 | 110111 |
Color Harmonies of #4BA5CE
Complementary color
Monochromatic Colors of #4BA5CE
Black with #4BA5CE
Text Example
Text Example
White with #4BA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA5CE; }
p { color: rgb(75,165,206); }
H1.HeaderClassName
{
color: #4BA5CE;
}
.AnyTagClassName
{
color: #4BA5CE;
}
</style>
background-color css
<style>
a { background-color: #4BA5CE; }
a { background-color: rgb(75,165,206); }
div.DivClassName
{
background-color: #4BA5CE;
}
.BgClassName
{
background-color: #4BA5CE;
}
</style>
border-color css
<style>
span { border-color: #4BA5CE; }
span { border-color: rgb(75,165,206); }
td.TdClassName
{
border-color: #4BA5CE;
}
.TagClassName
{
border-color: #4BA5CE;
}
</style>