Shades of Viking #4CBED0
Tints of Viking #4CBED0
RGB
CMYK
RGB Variations
Color information
#4CBED0 (or 0x4CBED0) is known color: Viking. HEX triplet: 4C, BE and D0. RGB value is (76,190,208). Sum of RGB (Red+Green+Blue) = 76+190+208=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CBED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBED0 is #B3412F. Grayscale: #9D9D9D. Windows color (decimal): -11747632 or 13680204. OLE color: 13680204.
HSL color Cylindrical-coordinate representation of color #4CBED0: hue angle of 188.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBED0 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 190 | 208 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.18 |
| HSL | 188.18º | 0.58% | 0.56% | - |
| HSV(B) | 188.18º | 0.63% | 0.82% | - |
| XYZ | 32.78 | 42.92 | 66.23 | - |
| YUV | 157.97 | 156.23 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 208 | 0.63 | 0.09 | 0 | 0.18 | 188.18 | 0.58 | 0.56 |
| Hex | 4C | BE | D0 | 3F | 9 | 0 | 12 | BC | 3A | 38 |
| Octal | 114 | 276 | 320 | 77 | 11 | 0 | 22 | 274 | 72 | 70 |
| Binary | 1001100 | 10111110 | 11010000 | 111111 | 1001 | 0 | 10010 | 10111100 | 111010 | 111000 |
Color Harmonies of #4CBED0
Complementary color
Monochromatic Colors of #4CBED0
Black with #4CBED0
Text Example
Text Example
White with #4CBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBED0; }
p { color: rgb(76,190,208); }
H1.HeaderClassName
{
color: #4CBED0;
}
.AnyTagClassName
{
color: #4CBED0;
}
</style>
background-color css
<style>
a { background-color: #4CBED0; }
a { background-color: rgb(76,190,208); }
div.DivClassName
{
background-color: #4CBED0;
}
.BgClassName
{
background-color: #4CBED0;
}
</style>
border-color css
<style>
span { border-color: #4CBED0; }
span { border-color: rgb(76,190,208); }
td.TdClassName
{
border-color: #4CBED0;
}
.TagClassName
{
border-color: #4CBED0;
}
</style>