Shades of Viking #4CBDB9
Tints of Viking #4CBDB9
RGB
CMYK
RGB Variations
Color information
#4CBDB9 (or 0x4CBDB9) is known color: Viking. HEX triplet: 4C, BD and B9. RGB value is (76,189,185). Sum of RGB (Red+Green+Blue) = 76+189+185=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDB9 is #B34246. Grayscale: #9A9A9A. Windows color (decimal): -11747911 or 12172620. OLE color: 12172620.
HSL color Cylindrical-coordinate representation of color #4CBDB9: hue angle of 177.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBDB9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 185 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.26 |
| HSL | 177.88º | 0.46% | 0.52% | - |
| HSV(B) | 177.88º | 0.6% | 0.74% | - |
| XYZ | 29.94 | 41.43 | 52.32 | - |
| YUV | 154.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 185 | 0.60 | 0 | 0.02 | 0.26 | 177.88 | 0.46 | 0.52 |
| Hex | 4C | BD | B9 | 3C | 0 | 2 | 1A | B2 | 2E | 34 |
| Octal | 114 | 275 | 271 | 74 | 0 | 2 | 32 | 262 | 56 | 64 |
| Binary | 1001100 | 10111101 | 10111001 | 111100 | 0 | 10 | 11010 | 10110010 | 101110 | 110100 |
Color Harmonies of #4CBDB9
Complementary color
Monochromatic Colors of #4CBDB9
Black with #4CBDB9
Text Example
Text Example
White with #4CBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDB9; }
p { color: rgb(76,189,185); }
H1.HeaderClassName
{
color: #4CBDB9;
}
.AnyTagClassName
{
color: #4CBDB9;
}
</style>
background-color css
<style>
a { background-color: #4CBDB9; }
a { background-color: rgb(76,189,185); }
div.DivClassName
{
background-color: #4CBDB9;
}
.BgClassName
{
background-color: #4CBDB9;
}
</style>
border-color css
<style>
span { border-color: #4CBDB9; }
span { border-color: rgb(76,189,185); }
td.TdClassName
{
border-color: #4CBDB9;
}
.TagClassName
{
border-color: #4CBDB9;
}
</style>