Shades of Viking #4CBCCE
Tints of Viking #4CBCCE
RGB
CMYK
RGB Variations
Color information
#4CBCCE (or 0x4CBCCE) is known color: Viking. HEX triplet: 4C, BC and CE. RGB value is (76,188,206). Sum of RGB (Red+Green+Blue) = 76+188+206=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCCE is #B34331. Grayscale: #9C9C9C. Windows color (decimal): -11748146 or 13548620. OLE color: 13548620.
HSL color Cylindrical-coordinate representation of color #4CBCCE: hue angle of 188.31º 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 #4CBCCE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 188 | 206 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.19 |
| HSL | 188.31º | 0.57% | 0.55% | - |
| HSV(B) | 188.31º | 0.63% | 0.81% | - |
| XYZ | 32.1 | 41.96 | 64.8 | - |
| YUV | 156.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 206 | 0.63 | 0.09 | 0 | 0.19 | 188.31 | 0.57 | 0.55 |
| Hex | 4C | BC | CE | 3F | 9 | 0 | 13 | BC | 39 | 37 |
| Octal | 114 | 274 | 316 | 77 | 11 | 0 | 23 | 274 | 71 | 67 |
| Binary | 1001100 | 10111100 | 11001110 | 111111 | 1001 | 0 | 10011 | 10111100 | 111001 | 110111 |
Color Harmonies of #4CBCCE
Complementary color
Monochromatic Colors of #4CBCCE
Black with #4CBCCE
Text Example
Text Example
White with #4CBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCCE; }
p { color: rgb(76,188,206); }
H1.HeaderClassName
{
color: #4CBCCE;
}
.AnyTagClassName
{
color: #4CBCCE;
}
</style>
background-color css
<style>
a { background-color: #4CBCCE; }
a { background-color: rgb(76,188,206); }
div.DivClassName
{
background-color: #4CBCCE;
}
.BgClassName
{
background-color: #4CBCCE;
}
</style>
border-color css
<style>
span { border-color: #4CBCCE; }
span { border-color: rgb(76,188,206); }
td.TdClassName
{
border-color: #4CBCCE;
}
.TagClassName
{
border-color: #4CBCCE;
}
</style>