Shades of Viking #4BADC8
Tints of Viking #4BADC8
RGB
CMYK
RGB Variations
Color information
#4BADC8 (or 0x4BADC8) is known color: Viking. HEX triplet: 4B, AD and C8. RGB value is (75,173,200). Sum of RGB (Red+Green+Blue) = 75+173+200=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #4BADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADC8 is #B45237. Grayscale: #929292. Windows color (decimal): -11817528 or 13151563. OLE color: 13151563.
HSL color Cylindrical-coordinate representation of color #4BADC8: hue angle of 192.96º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BADC8 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 173 | 200 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.22 |
| HSL | 192.96º | 0.53% | 0.54% | - |
| HSV(B) | 192.96º | 0.63% | 0.78% | - |
| XYZ | 28.27 | 35.55 | 60.02 | - |
| YUV | 146.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 200 | 0.62 | 0.14 | 0 | 0.22 | 192.96 | 0.53 | 0.54 |
| Hex | 4B | AD | C8 | 3E | E | 0 | 16 | C1 | 35 | 36 |
| Octal | 113 | 255 | 310 | 76 | 16 | 0 | 26 | 301 | 65 | 66 |
| Binary | 1001011 | 10101101 | 11001000 | 111110 | 1110 | 0 | 10110 | 11000001 | 110101 | 110110 |
Color Harmonies of #4BADC8
Complementary color
Monochromatic Colors of #4BADC8
Black with #4BADC8
Text Example
Text Example
White with #4BADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADC8; }
p { color: rgb(75,173,200); }
H1.HeaderClassName
{
color: #4BADC8;
}
.AnyTagClassName
{
color: #4BADC8;
}
</style>
background-color css
<style>
a { background-color: #4BADC8; }
a { background-color: rgb(75,173,200); }
div.DivClassName
{
background-color: #4BADC8;
}
.BgClassName
{
background-color: #4BADC8;
}
</style>
border-color css
<style>
span { border-color: #4BADC8; }
span { border-color: rgb(75,173,200); }
td.TdClassName
{
border-color: #4BADC8;
}
.TagClassName
{
border-color: #4BADC8;
}
</style>