Shades of Viking #4CBDBF
Tints of Viking #4CBDBF
RGB
CMYK
RGB Variations
Color information
#4CBDBF (or 0x4CBDBF) is known color: Viking. HEX triplet: 4C, BD and BF. RGB value is (76,189,191). Sum of RGB (Red+Green+Blue) = 76+189+191=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #4CBDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDBF is #B34240. Grayscale: #9B9B9B. Windows color (decimal): -11747905 or 12565836. OLE color: 12565836.
HSL color Cylindrical-coordinate representation of color #4CBDBF: hue angle of 181.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBDBF is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 189 | 191 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.25 |
| HSL | 181.04º | 0.47% | 0.52% | - |
| HSV(B) | 181.04º | 0.6% | 0.75% | - |
| XYZ | 30.58 | 41.69 | 55.73 | - |
| YUV | 155.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 191 | 0.60 | 0.01 | 0 | 0.25 | 181.04 | 0.47 | 0.52 |
| Hex | 4C | BD | BF | 3C | 1 | 0 | 19 | B5 | 2F | 34 |
| Octal | 114 | 275 | 277 | 74 | 1 | 0 | 31 | 265 | 57 | 64 |
| Binary | 1001100 | 10111101 | 10111111 | 111100 | 1 | 0 | 11001 | 10110101 | 101111 | 110100 |
Color Harmonies of #4CBDBF
Complementary color
Monochromatic Colors of #4CBDBF
Black with #4CBDBF
Text Example
Text Example
White with #4CBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDBF; }
p { color: rgb(76,189,191); }
H1.HeaderClassName
{
color: #4CBDBF;
}
.AnyTagClassName
{
color: #4CBDBF;
}
</style>
background-color css
<style>
a { background-color: #4CBDBF; }
a { background-color: rgb(76,189,191); }
div.DivClassName
{
background-color: #4CBDBF;
}
.BgClassName
{
background-color: #4CBDBF;
}
</style>
border-color css
<style>
span { border-color: #4CBDBF; }
span { border-color: rgb(76,189,191); }
td.TdClassName
{
border-color: #4CBDBF;
}
.TagClassName
{
border-color: #4CBDBF;
}
</style>