Shades of Viking #4AB1CD
Tints of Viking #4AB1CD
RGB
CMYK
RGB Variations
Color information
#4AB1CD (or 0x4AB1CD) is known color: Viking. HEX triplet: 4A, B1 and CD. RGB value is (74,177,205). Sum of RGB (Red+Green+Blue) = 74+177+205=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #4AB1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB1CD is #B54E32. Grayscale: #959595. Windows color (decimal): -11882035 or 13480266. OLE color: 13480266.
HSL color Cylindrical-coordinate representation of color #4AB1CD: hue angle of 192.82º 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 #4AB1CD is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 177 | 205 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.20 |
| HSL | 192.82º | 0.57% | 0.55% | - |
| HSV(B) | 192.82º | 0.64% | 0.8% | - |
| XYZ | 29.57 | 37.31 | 63.4 | - |
| YUV | 149.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 205 | 0.64 | 0.14 | 0 | 0.20 | 192.82 | 0.57 | 0.55 |
| Hex | 4A | B1 | CD | 40 | E | 0 | 14 | C1 | 39 | 37 |
| Octal | 112 | 261 | 315 | 100 | 16 | 0 | 24 | 301 | 71 | 67 |
| Binary | 1001010 | 10110001 | 11001101 | 1000000 | 1110 | 0 | 10100 | 11000001 | 111001 | 110111 |
Color Harmonies of #4AB1CD
Complementary color
Monochromatic Colors of #4AB1CD
Black with #4AB1CD
Text Example
Text Example
White with #4AB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB1CD; }
p { color: rgb(74,177,205); }
H1.HeaderClassName
{
color: #4AB1CD;
}
.AnyTagClassName
{
color: #4AB1CD;
}
</style>
background-color css
<style>
a { background-color: #4AB1CD; }
a { background-color: rgb(74,177,205); }
div.DivClassName
{
background-color: #4AB1CD;
}
.BgClassName
{
background-color: #4AB1CD;
}
</style>
border-color css
<style>
span { border-color: #4AB1CD; }
span { border-color: rgb(74,177,205); }
td.TdClassName
{
border-color: #4AB1CD;
}
.TagClassName
{
border-color: #4AB1CD;
}
</style>