Shades of Viking #4AB6CB
Tints of Viking #4AB6CB
RGB
CMYK
RGB Variations
Color information
#4AB6CB (or 0x4AB6CB) is known color: Viking. HEX triplet: 4A, B6 and CB. RGB value is (74,182,203). Sum of RGB (Red+Green+Blue) = 74+182+203=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AB6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB6CB is #B54934. Grayscale: #979797. Windows color (decimal): -11880757 or 13350474. OLE color: 13350474.
HSL color Cylindrical-coordinate representation of color #4AB6CB: hue angle of 189.77º 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 #4AB6CB is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 182 | 203 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.20 |
| HSL | 189.77º | 0.55% | 0.54% | - |
| HSV(B) | 189.77º | 0.64% | 0.8% | - |
| XYZ | 30.33 | 39.22 | 62.47 | - |
| YUV | 152.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 203 | 0.64 | 0.10 | 0 | 0.20 | 189.77 | 0.55 | 0.54 |
| Hex | 4A | B6 | CB | 40 | A | 0 | 14 | BE | 37 | 36 |
| Octal | 112 | 266 | 313 | 100 | 12 | 0 | 24 | 276 | 67 | 66 |
| Binary | 1001010 | 10110110 | 11001011 | 1000000 | 1010 | 0 | 10100 | 10111110 | 110111 | 110110 |
Color Harmonies of #4AB6CB
Complementary color
Monochromatic Colors of #4AB6CB
Black with #4AB6CB
Text Example
Text Example
White with #4AB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB6CB; }
p { color: rgb(74,182,203); }
H1.HeaderClassName
{
color: #4AB6CB;
}
.AnyTagClassName
{
color: #4AB6CB;
}
</style>
background-color css
<style>
a { background-color: #4AB6CB; }
a { background-color: rgb(74,182,203); }
div.DivClassName
{
background-color: #4AB6CB;
}
.BgClassName
{
background-color: #4AB6CB;
}
</style>
border-color css
<style>
span { border-color: #4AB6CB; }
span { border-color: rgb(74,182,203); }
td.TdClassName
{
border-color: #4AB6CB;
}
.TagClassName
{
border-color: #4AB6CB;
}
</style>