Shades of Viking #4BAFD2
Tints of Viking #4BAFD2
RGB
CMYK
RGB Variations
Color information
#4BAFD2 (or 0x4BAFD2) is known color: Viking. HEX triplet: 4B, AF and D2. RGB value is (75,175,210). Sum of RGB (Red+Green+Blue) = 75+175+210=460 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.30% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #4BAFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFD2 is #B4502D. Grayscale: #949494. Windows color (decimal): -11817006 or 13807435. OLE color: 13807435.
HSL color Cylindrical-coordinate representation of color #4BAFD2: hue angle of 195.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BAFD2 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 175 | 210 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.18 |
| HSL | 195.56º | 0.6% | 0.56% | - |
| HSV(B) | 195.56º | 0.64% | 0.82% | - |
| XYZ | 29.86 | 36.81 | 66.5 | - |
| YUV | 149.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 210 | 0.64 | 0.17 | 0 | 0.18 | 195.56 | 0.6 | 0.56 |
| Hex | 4B | AF | D2 | 40 | 11 | 0 | 12 | C4 | 3C | 38 |
| Octal | 113 | 257 | 322 | 100 | 21 | 0 | 22 | 304 | 74 | 70 |
| Binary | 1001011 | 10101111 | 11010010 | 1000000 | 10001 | 0 | 10010 | 11000100 | 111100 | 111000 |
Color Harmonies of #4BAFD2
Complementary color
Monochromatic Colors of #4BAFD2
Black with #4BAFD2
Text Example
Text Example
White with #4BAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFD2; }
p { color: rgb(75,175,210); }
H1.HeaderClassName
{
color: #4BAFD2;
}
.AnyTagClassName
{
color: #4BAFD2;
}
</style>
background-color css
<style>
a { background-color: #4BAFD2; }
a { background-color: rgb(75,175,210); }
div.DivClassName
{
background-color: #4BAFD2;
}
.BgClassName
{
background-color: #4BAFD2;
}
</style>
border-color css
<style>
span { border-color: #4BAFD2; }
span { border-color: rgb(75,175,210); }
td.TdClassName
{
border-color: #4BAFD2;
}
.TagClassName
{
border-color: #4BAFD2;
}
</style>