Shades of Viking #4BC2DD
Tints of Viking #4BC2DD
RGB
CMYK
RGB Variations
Color information
#4BC2DD (or 0x4BC2DD) is known color: Viking. HEX triplet: 4B, C2 and DD. RGB value is (75,194,221). Sum of RGB (Red+Green+Blue) = 75+194+221=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BC2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC2DD is #B43D22. Grayscale: #A1A1A1. Windows color (decimal): -11812131 or 14533195. OLE color: 14533195.
HSL color Cylindrical-coordinate representation of color #4BC2DD: hue angle of 191.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC2DD is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 194 | 221 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.13 |
| HSL | 191.1º | 0.68% | 0.58% | - |
| HSV(B) | 191.1º | 0.66% | 0.87% | - |
| XYZ | 35.24 | 45.3 | 75.29 | - |
| YUV | 161.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 221 | 0.66 | 0.12 | 0 | 0.13 | 191.1 | 0.68 | 0.58 |
| Hex | 4B | C2 | DD | 42 | C | 0 | D | BF | 44 | 3A |
| Octal | 113 | 302 | 335 | 102 | 14 | 0 | 15 | 277 | 104 | 72 |
| Binary | 1001011 | 11000010 | 11011101 | 1000010 | 1100 | 0 | 1101 | 10111111 | 1000100 | 111010 |
Color Harmonies of #4BC2DD
Complementary color
Monochromatic Colors of #4BC2DD
Black with #4BC2DD
Text Example
Text Example
White with #4BC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC2DD; }
p { color: rgb(75,194,221); }
H1.HeaderClassName
{
color: #4BC2DD;
}
.AnyTagClassName
{
color: #4BC2DD;
}
</style>
background-color css
<style>
a { background-color: #4BC2DD; }
a { background-color: rgb(75,194,221); }
div.DivClassName
{
background-color: #4BC2DD;
}
.BgClassName
{
background-color: #4BC2DD;
}
</style>
border-color css
<style>
span { border-color: #4BC2DD; }
span { border-color: rgb(75,194,221); }
td.TdClassName
{
border-color: #4BC2DD;
}
.TagClassName
{
border-color: #4BC2DD;
}
</style>