Shades of Viking #4CBFDD
Tints of Viking #4CBFDD
RGB
CMYK
RGB Variations
Color information
#4CBFDD (or 0x4CBFDD) is known color: Viking. HEX triplet: 4C, BF and DD. RGB value is (76,191,221). Sum of RGB (Red+Green+Blue) = 76+191+221=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CBFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFDD is #B34022. Grayscale: #9F9F9F. Windows color (decimal): -11747363 or 14532428. OLE color: 14532428.
HSL color Cylindrical-coordinate representation of color #4CBFDD: hue angle of 192.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBFDD is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 191 | 221 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.13 |
| HSL | 192.41º | 0.68% | 0.58% | - |
| HSV(B) | 192.41º | 0.66% | 0.87% | - |
| XYZ | 34.66 | 44.02 | 75.08 | - |
| YUV | 160.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 221 | 0.66 | 0.14 | 0 | 0.13 | 192.41 | 0.68 | 0.58 |
| Hex | 4C | BF | DD | 42 | E | 0 | D | C0 | 44 | 3A |
| Octal | 114 | 277 | 335 | 102 | 16 | 0 | 15 | 300 | 104 | 72 |
| Binary | 1001100 | 10111111 | 11011101 | 1000010 | 1110 | 0 | 1101 | 11000000 | 1000100 | 111010 |
Color Harmonies of #4CBFDD
Complementary color
Monochromatic Colors of #4CBFDD
Black with #4CBFDD
Text Example
Text Example
White with #4CBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFDD; }
p { color: rgb(76,191,221); }
H1.HeaderClassName
{
color: #4CBFDD;
}
.AnyTagClassName
{
color: #4CBFDD;
}
</style>
background-color css
<style>
a { background-color: #4CBFDD; }
a { background-color: rgb(76,191,221); }
div.DivClassName
{
background-color: #4CBFDD;
}
.BgClassName
{
background-color: #4CBFDD;
}
</style>
border-color css
<style>
span { border-color: #4CBFDD; }
span { border-color: rgb(76,191,221); }
td.TdClassName
{
border-color: #4CBFDD;
}
.TagClassName
{
border-color: #4CBFDD;
}
</style>