Shades of Viking #4CBFDB
Tints of Viking #4CBFDB
RGB
CMYK
RGB Variations
Color information
#4CBFDB (or 0x4CBFDB) is known color: Viking. HEX triplet: 4C, BF and DB. RGB value is (76,191,219). Sum of RGB (Red+Green+Blue) = 76+191+219=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFDB is #B34024. Grayscale: #9F9F9F. Windows color (decimal): -11747365 or 14401356. OLE color: 14401356.
HSL color Cylindrical-coordinate representation of color #4CBFDB: hue angle of 191.75º 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 #4CBFDB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 191 | 219 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.14 |
| HSL | 191.75º | 0.67% | 0.58% | - |
| HSV(B) | 191.75º | 0.65% | 0.86% | - |
| XYZ | 34.4 | 43.91 | 73.68 | - |
| YUV | 159.81 | 161.4 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 219 | 0.65 | 0.13 | 0 | 0.14 | 191.75 | 0.67 | 0.58 |
| Hex | 4C | BF | DB | 41 | D | 0 | E | C0 | 43 | 3A |
| Octal | 114 | 277 | 333 | 101 | 15 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001100 | 10111111 | 11011011 | 1000001 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4CBFDB
Complementary color
Monochromatic Colors of #4CBFDB
Black with #4CBFDB
Text Example
Text Example
White with #4CBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFDB; }
p { color: rgb(76,191,219); }
H1.HeaderClassName
{
color: #4CBFDB;
}
.AnyTagClassName
{
color: #4CBFDB;
}
</style>
background-color css
<style>
a { background-color: #4CBFDB; }
a { background-color: rgb(76,191,219); }
div.DivClassName
{
background-color: #4CBFDB;
}
.BgClassName
{
background-color: #4CBFDB;
}
</style>
border-color css
<style>
span { border-color: #4CBFDB; }
span { border-color: rgb(76,191,219); }
td.TdClassName
{
border-color: #4CBFDB;
}
.TagClassName
{
border-color: #4CBFDB;
}
</style>