Shades of Viking #4ABDCB
Tints of Viking #4ABDCB
RGB
CMYK
RGB Variations
Color information
#4ABDCB (or 0x4ABDCB) is known color: Viking. HEX triplet: 4A, BD and CB. RGB value is (74,189,203). Sum of RGB (Red+Green+Blue) = 74+189+203=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #4ABDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDCB is #B54234. Grayscale: #9C9C9C. Windows color (decimal): -11878965 or 13352266. OLE color: 13352266.
HSL color Cylindrical-coordinate representation of color #4ABDCB: hue angle of 186.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABDCB is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 189 | 203 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.20 |
| HSL | 186.51º | 0.55% | 0.54% | - |
| HSV(B) | 186.51º | 0.64% | 0.8% | - |
| XYZ | 31.8 | 42.16 | 62.96 | - |
| YUV | 156.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 203 | 0.64 | 0.07 | 0 | 0.20 | 186.51 | 0.55 | 0.54 |
| Hex | 4A | BD | CB | 40 | 7 | 0 | 14 | BB | 37 | 36 |
| Octal | 112 | 275 | 313 | 100 | 7 | 0 | 24 | 273 | 67 | 66 |
| Binary | 1001010 | 10111101 | 11001011 | 1000000 | 111 | 0 | 10100 | 10111011 | 110111 | 110110 |
Color Harmonies of #4ABDCB
Complementary color
Monochromatic Colors of #4ABDCB
Black with #4ABDCB
Text Example
Text Example
White with #4ABDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDCB; }
p { color: rgb(74,189,203); }
H1.HeaderClassName
{
color: #4ABDCB;
}
.AnyTagClassName
{
color: #4ABDCB;
}
</style>
background-color css
<style>
a { background-color: #4ABDCB; }
a { background-color: rgb(74,189,203); }
div.DivClassName
{
background-color: #4ABDCB;
}
.BgClassName
{
background-color: #4ABDCB;
}
</style>
border-color css
<style>
span { border-color: #4ABDCB; }
span { border-color: rgb(74,189,203); }
td.TdClassName
{
border-color: #4ABDCB;
}
.TagClassName
{
border-color: #4ABDCB;
}
</style>