Shades of Viking #4CBCDB
Tints of Viking #4CBCDB
RGB
CMYK
RGB Variations
Color information
#4CBCDB (or 0x4CBCDB) is known color: Viking. HEX triplet: 4C, BC and DB. RGB value is (76,188,219). Sum of RGB (Red+Green+Blue) = 76+188+219=483 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.73% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCDB is #B34324. Grayscale: #9D9D9D. Windows color (decimal): -11748133 or 14400588. OLE color: 14400588.
HSL color Cylindrical-coordinate representation of color #4CBCDB: hue angle of 193.01º 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 #4CBCDB is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 188 | 219 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.14 |
| HSL | 193.01º | 0.67% | 0.58% | - |
| HSV(B) | 193.01º | 0.65% | 0.86% | - |
| XYZ | 33.75 | 42.62 | 73.47 | - |
| YUV | 158.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 219 | 0.65 | 0.14 | 0 | 0.14 | 193.01 | 0.67 | 0.58 |
| Hex | 4C | BC | DB | 41 | E | 0 | E | C1 | 43 | 3A |
| Octal | 114 | 274 | 333 | 101 | 16 | 0 | 16 | 301 | 103 | 72 |
| Binary | 1001100 | 10111100 | 11011011 | 1000001 | 1110 | 0 | 1110 | 11000001 | 1000011 | 111010 |
Color Harmonies of #4CBCDB
Complementary color
Monochromatic Colors of #4CBCDB
Black with #4CBCDB
Text Example
Text Example
White with #4CBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCDB; }
p { color: rgb(76,188,219); }
H1.HeaderClassName
{
color: #4CBCDB;
}
.AnyTagClassName
{
color: #4CBCDB;
}
</style>
background-color css
<style>
a { background-color: #4CBCDB; }
a { background-color: rgb(76,188,219); }
div.DivClassName
{
background-color: #4CBCDB;
}
.BgClassName
{
background-color: #4CBCDB;
}
</style>
border-color css
<style>
span { border-color: #4CBCDB; }
span { border-color: rgb(76,188,219); }
td.TdClassName
{
border-color: #4CBCDB;
}
.TagClassName
{
border-color: #4CBCDB;
}
</style>