Shades of Viking #4CBBCE
Tints of Viking #4CBBCE
RGB
CMYK
RGB Variations
Color information
#4CBBCE (or 0x4CBBCE) is known color: Viking. HEX triplet: 4C, BB and CE. RGB value is (76,187,206). Sum of RGB (Red+Green+Blue) = 76+187+206=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBBCE is #B34431. Grayscale: #9B9B9B. Windows color (decimal): -11748402 or 13548364. OLE color: 13548364.
HSL color Cylindrical-coordinate representation of color #4CBBCE: hue angle of 188.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBBCE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 187 | 206 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.19 |
| HSL | 188.77º | 0.57% | 0.55% | - |
| HSV(B) | 188.77º | 0.63% | 0.81% | - |
| XYZ | 31.89 | 41.53 | 64.73 | - |
| YUV | 155.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 187 | 206 | 0.63 | 0.09 | 0 | 0.19 | 188.77 | 0.57 | 0.55 |
| Hex | 4C | BB | CE | 3F | 9 | 0 | 13 | BD | 39 | 37 |
| Octal | 114 | 273 | 316 | 77 | 11 | 0 | 23 | 275 | 71 | 67 |
| Binary | 1001100 | 10111011 | 11001110 | 111111 | 1001 | 0 | 10011 | 10111101 | 111001 | 110111 |
Color Harmonies of #4CBBCE
Complementary color
Monochromatic Colors of #4CBBCE
Black with #4CBBCE
Text Example
Text Example
White with #4CBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBBCE; }
p { color: rgb(76,187,206); }
H1.HeaderClassName
{
color: #4CBBCE;
}
.AnyTagClassName
{
color: #4CBBCE;
}
</style>
background-color css
<style>
a { background-color: #4CBBCE; }
a { background-color: rgb(76,187,206); }
div.DivClassName
{
background-color: #4CBBCE;
}
.BgClassName
{
background-color: #4CBBCE;
}
</style>
border-color css
<style>
span { border-color: #4CBBCE; }
span { border-color: rgb(76,187,206); }
td.TdClassName
{
border-color: #4CBBCE;
}
.TagClassName
{
border-color: #4CBBCE;
}
</style>