Shades of Viking #4CBEDB
Tints of Viking #4CBEDB
RGB
CMYK
RGB Variations
Color information
#4CBEDB (or 0x4CBEDB) is known color: Viking. HEX triplet: 4C, BE and DB. RGB value is (76,190,219). Sum of RGB (Red+Green+Blue) = 76+190+219=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBEDB is #B34124. Grayscale: #9E9E9E. Windows color (decimal): -11747621 or 14401100. OLE color: 14401100.
HSL color Cylindrical-coordinate representation of color #4CBEDB: hue angle of 192.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBEDB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 190 | 219 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.14 |
| HSL | 192.17º | 0.67% | 0.58% | - |
| HSV(B) | 192.17º | 0.65% | 0.86% | - |
| XYZ | 34.18 | 43.48 | 73.61 | - |
| YUV | 159.22 | 161.73 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 219 | 0.65 | 0.13 | 0 | 0.14 | 192.17 | 0.67 | 0.58 |
| Hex | 4C | BE | DB | 41 | D | 0 | E | C0 | 43 | 3A |
| Octal | 114 | 276 | 333 | 101 | 15 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001100 | 10111110 | 11011011 | 1000001 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4CBEDB
Complementary color
Monochromatic Colors of #4CBEDB
Black with #4CBEDB
Text Example
Text Example
White with #4CBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBEDB; }
p { color: rgb(76,190,219); }
H1.HeaderClassName
{
color: #4CBEDB;
}
.AnyTagClassName
{
color: #4CBEDB;
}
</style>
background-color css
<style>
a { background-color: #4CBEDB; }
a { background-color: rgb(76,190,219); }
div.DivClassName
{
background-color: #4CBEDB;
}
.BgClassName
{
background-color: #4CBEDB;
}
</style>
border-color css
<style>
span { border-color: #4CBEDB; }
span { border-color: rgb(76,190,219); }
td.TdClassName
{
border-color: #4CBEDB;
}
.TagClassName
{
border-color: #4CBEDB;
}
</style>