Shades of Viking #4AB2CD
Tints of Viking #4AB2CD
RGB
CMYK
RGB Variations
Color information
#4AB2CD (or 0x4AB2CD) is known color: Viking. HEX triplet: 4A, B2 and CD. RGB value is (74,178,205). Sum of RGB (Red+Green+Blue) = 74+178+205=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #4AB2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB2CD is #B54D32. Grayscale: #959595. Windows color (decimal): -11881779 or 13480522. OLE color: 13480522.
HSL color Cylindrical-coordinate representation of color #4AB2CD: hue angle of 192.37º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB2CD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 178 | 205 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.20 |
| HSL | 192.37º | 0.57% | 0.55% | - |
| HSV(B) | 192.37º | 0.64% | 0.8% | - |
| XYZ | 29.76 | 37.7 | 63.47 | - |
| YUV | 149.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 205 | 0.64 | 0.13 | 0 | 0.20 | 192.37 | 0.57 | 0.55 |
| Hex | 4A | B2 | CD | 40 | D | 0 | 14 | C0 | 39 | 37 |
| Octal | 112 | 262 | 315 | 100 | 15 | 0 | 24 | 300 | 71 | 67 |
| Binary | 1001010 | 10110010 | 11001101 | 1000000 | 1101 | 0 | 10100 | 11000000 | 111001 | 110111 |
Color Harmonies of #4AB2CD
Complementary color
Monochromatic Colors of #4AB2CD
Black with #4AB2CD
Text Example
Text Example
White with #4AB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2CD; }
p { color: rgb(74,178,205); }
H1.HeaderClassName
{
color: #4AB2CD;
}
.AnyTagClassName
{
color: #4AB2CD;
}
</style>
background-color css
<style>
a { background-color: #4AB2CD; }
a { background-color: rgb(74,178,205); }
div.DivClassName
{
background-color: #4AB2CD;
}
.BgClassName
{
background-color: #4AB2CD;
}
</style>
border-color css
<style>
span { border-color: #4AB2CD; }
span { border-color: rgb(74,178,205); }
td.TdClassName
{
border-color: #4AB2CD;
}
.TagClassName
{
border-color: #4AB2CD;
}
</style>