Shades of Viking #4BABCF
Tints of Viking #4BABCF
RGB
CMYK
RGB Variations
Color information
#4BABCF (or 0x4BABCF) is known color: Viking. HEX triplet: 4B, AB and CF. RGB value is (75,171,207). Sum of RGB (Red+Green+Blue) = 75+171+207=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABCF is #B45430. Grayscale: #929292. Windows color (decimal): -11818033 or 13609803. OLE color: 13609803.
HSL color Cylindrical-coordinate representation of color #4BABCF: hue angle of 196.36º 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 #4BABCF is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 171 | 207 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.19 |
| HSL | 196.36º | 0.58% | 0.55% | - |
| HSV(B) | 196.36º | 0.64% | 0.81% | - |
| XYZ | 28.73 | 35.13 | 64.3 | - |
| YUV | 146.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 207 | 0.64 | 0.17 | 0 | 0.19 | 196.36 | 0.58 | 0.55 |
| Hex | 4B | AB | CF | 40 | 11 | 0 | 13 | C4 | 3A | 37 |
| Octal | 113 | 253 | 317 | 100 | 21 | 0 | 23 | 304 | 72 | 67 |
| Binary | 1001011 | 10101011 | 11001111 | 1000000 | 10001 | 0 | 10011 | 11000100 | 111010 | 110111 |
Color Harmonies of #4BABCF
Complementary color
Monochromatic Colors of #4BABCF
Black with #4BABCF
Text Example
Text Example
White with #4BABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABCF; }
p { color: rgb(75,171,207); }
H1.HeaderClassName
{
color: #4BABCF;
}
.AnyTagClassName
{
color: #4BABCF;
}
</style>
background-color css
<style>
a { background-color: #4BABCF; }
a { background-color: rgb(75,171,207); }
div.DivClassName
{
background-color: #4BABCF;
}
.BgClassName
{
background-color: #4BABCF;
}
</style>
border-color css
<style>
span { border-color: #4BABCF; }
span { border-color: rgb(75,171,207); }
td.TdClassName
{
border-color: #4BABCF;
}
.TagClassName
{
border-color: #4BABCF;
}
</style>