Shades of Viking #4AB3C9
Tints of Viking #4AB3C9
RGB
CMYK
RGB Variations
Color information
#4AB3C9 (or 0x4AB3C9) is known color: Viking. HEX triplet: 4A, B3 and C9. RGB value is (74,179,201). Sum of RGB (Red+Green+Blue) = 74+179+201=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #4AB3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3C9 is #B54C36. Grayscale: #959595. Windows color (decimal): -11881527 or 13218634. OLE color: 13218634.
HSL color Cylindrical-coordinate representation of color #4AB3C9: hue angle of 190.39º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AB3C9 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 179 | 201 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.21 |
| HSL | 190.39º | 0.54% | 0.54% | - |
| HSV(B) | 190.39º | 0.63% | 0.79% | - |
| XYZ | 29.49 | 37.91 | 61.02 | - |
| YUV | 150.11 | 156.71 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 201 | 0.63 | 0.11 | 0 | 0.21 | 190.39 | 0.54 | 0.54 |
| Hex | 4A | B3 | C9 | 3F | B | 0 | 15 | BE | 36 | 36 |
| Octal | 112 | 263 | 311 | 77 | 13 | 0 | 25 | 276 | 66 | 66 |
| Binary | 1001010 | 10110011 | 11001001 | 111111 | 1011 | 0 | 10101 | 10111110 | 110110 | 110110 |
Color Harmonies of #4AB3C9
Complementary color
Monochromatic Colors of #4AB3C9
Black with #4AB3C9
Text Example
Text Example
White with #4AB3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB3C9; }
p { color: rgb(74,179,201); }
H1.HeaderClassName
{
color: #4AB3C9;
}
.AnyTagClassName
{
color: #4AB3C9;
}
</style>
background-color css
<style>
a { background-color: #4AB3C9; }
a { background-color: rgb(74,179,201); }
div.DivClassName
{
background-color: #4AB3C9;
}
.BgClassName
{
background-color: #4AB3C9;
}
</style>
border-color css
<style>
span { border-color: #4AB3C9; }
span { border-color: rgb(74,179,201); }
td.TdClassName
{
border-color: #4AB3C9;
}
.TagClassName
{
border-color: #4AB3C9;
}
</style>