Shades of Viking #4BADD2
Tints of Viking #4BADD2
RGB
CMYK
RGB Variations
Color information
#4BADD2 (or 0x4BADD2) is known color: Viking. HEX triplet: 4B, AD and D2. RGB value is (75,173,210). Sum of RGB (Red+Green+Blue) = 75+173+210=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #4BADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADD2 is #B4522D. Grayscale: #939393. Windows color (decimal): -11817518 or 13806923. OLE color: 13806923.
HSL color Cylindrical-coordinate representation of color #4BADD2: hue angle of 196.44º 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 #4BADD2 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 173 | 210 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.18 |
| HSL | 196.44º | 0.6% | 0.56% | - |
| HSV(B) | 196.44º | 0.64% | 0.82% | - |
| XYZ | 29.48 | 36.04 | 66.37 | - |
| YUV | 147.92 | 163.03 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 210 | 0.64 | 0.18 | 0 | 0.18 | 196.44 | 0.6 | 0.56 |
| Hex | 4B | AD | D2 | 40 | 12 | 0 | 12 | C4 | 3C | 38 |
| Octal | 113 | 255 | 322 | 100 | 22 | 0 | 22 | 304 | 74 | 70 |
| Binary | 1001011 | 10101101 | 11010010 | 1000000 | 10010 | 0 | 10010 | 11000100 | 111100 | 111000 |
Color Harmonies of #4BADD2
Complementary color
Monochromatic Colors of #4BADD2
Black with #4BADD2
Text Example
Text Example
White with #4BADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADD2; }
p { color: rgb(75,173,210); }
H1.HeaderClassName
{
color: #4BADD2;
}
.AnyTagClassName
{
color: #4BADD2;
}
</style>
background-color css
<style>
a { background-color: #4BADD2; }
a { background-color: rgb(75,173,210); }
div.DivClassName
{
background-color: #4BADD2;
}
.BgClassName
{
background-color: #4BADD2;
}
</style>
border-color css
<style>
span { border-color: #4BADD2; }
span { border-color: rgb(75,173,210); }
td.TdClassName
{
border-color: #4BADD2;
}
.TagClassName
{
border-color: #4BADD2;
}
</style>