Shades of Viking #4CBCCC
Tints of Viking #4CBCCC
RGB
CMYK
RGB Variations
Color information
#4CBCCC (or 0x4CBCCC) is known color: Viking. HEX triplet: 4C, BC and CC. RGB value is (76,188,204). Sum of RGB (Red+Green+Blue) = 76+188+204=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCCC is #B34333. Grayscale: #9C9C9C. Windows color (decimal): -11748148 or 13417548. OLE color: 13417548.
HSL color Cylindrical-coordinate representation of color #4CBCCC: hue angle of 187.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBCCC is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 188 | 204 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.2 |
| HSL | 187.5º | 0.56% | 0.55% | - |
| HSV(B) | 187.5º | 0.63% | 0.8% | - |
| XYZ | 31.86 | 41.86 | 63.53 | - |
| YUV | 156.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 204 | 0.63 | 0.08 | 0 | 0.2 | 187.5 | 0.56 | 0.55 |
| Hex | 4C | BC | CC | 3F | 8 | 0 | 14 | BC | 38 | 37 |
| Octal | 114 | 274 | 314 | 77 | 10 | 0 | 24 | 274 | 70 | 67 |
| Binary | 1001100 | 10111100 | 11001100 | 111111 | 1000 | 0 | 10100 | 10111100 | 111000 | 110111 |
Color Harmonies of #4CBCCC
Complementary color
Monochromatic Colors of #4CBCCC
Black with #4CBCCC
Text Example
Text Example
White with #4CBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCCC; }
p { color: rgb(76,188,204); }
H1.HeaderClassName
{
color: #4CBCCC;
}
.AnyTagClassName
{
color: #4CBCCC;
}
</style>
background-color css
<style>
a { background-color: #4CBCCC; }
a { background-color: rgb(76,188,204); }
div.DivClassName
{
background-color: #4CBCCC;
}
.BgClassName
{
background-color: #4CBCCC;
}
</style>
border-color css
<style>
span { border-color: #4CBCCC; }
span { border-color: rgb(76,188,204); }
td.TdClassName
{
border-color: #4CBCCC;
}
.TagClassName
{
border-color: #4CBCCC;
}
</style>