Shades of Viking #4CAFB9
Tints of Viking #4CAFB9
RGB
CMYK
RGB Variations
Color information
#4CAFB9 (or 0x4CAFB9) is known color: Viking. HEX triplet: 4C, AF and B9. RGB value is (76,175,185). Sum of RGB (Red+Green+Blue) = 76+175+185=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #4CAFB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFB9 is #B35046. Grayscale: #929292. Windows color (decimal): -11751495 or 12169036. OLE color: 12169036.
HSL color Cylindrical-coordinate representation of color #4CAFB9: hue angle of 185.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CAFB9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 175 | 185 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.27 |
| HSL | 185.5º | 0.44% | 0.51% | - |
| HSV(B) | 185.5º | 0.59% | 0.73% | - |
| XYZ | 27.07 | 35.7 | 51.36 | - |
| YUV | 146.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 185 | 0.59 | 0.05 | 0 | 0.27 | 185.5 | 0.44 | 0.51 |
| Hex | 4C | AF | B9 | 3B | 5 | 0 | 1B | BA | 2C | 33 |
| Octal | 114 | 257 | 271 | 73 | 5 | 0 | 33 | 272 | 54 | 63 |
| Binary | 1001100 | 10101111 | 10111001 | 111011 | 101 | 0 | 11011 | 10111010 | 101100 | 110011 |
Color Harmonies of #4CAFB9
Complementary color
Monochromatic Colors of #4CAFB9
Black with #4CAFB9
Text Example
Text Example
White with #4CAFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFB9; }
p { color: rgb(76,175,185); }
H1.HeaderClassName
{
color: #4CAFB9;
}
.AnyTagClassName
{
color: #4CAFB9;
}
</style>
background-color css
<style>
a { background-color: #4CAFB9; }
a { background-color: rgb(76,175,185); }
div.DivClassName
{
background-color: #4CAFB9;
}
.BgClassName
{
background-color: #4CAFB9;
}
</style>
border-color css
<style>
span { border-color: #4CAFB9; }
span { border-color: rgb(76,175,185); }
td.TdClassName
{
border-color: #4CAFB9;
}
.TagClassName
{
border-color: #4CAFB9;
}
</style>