Shades of Viking #4CBECC
Tints of Viking #4CBECC
RGB
CMYK
RGB Variations
Color information
#4CBECC (or 0x4CBECC) is known color: Viking. HEX triplet: 4C, BE and CC. RGB value is (76,190,204). Sum of RGB (Red+Green+Blue) = 76+190+204=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBECC is #B34133. Grayscale: #9D9D9D. Windows color (decimal): -11747636 or 13418060. OLE color: 13418060.
HSL color Cylindrical-coordinate representation of color #4CBECC: hue angle of 186.56º 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 #4CBECC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 190 | 204 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.2 |
| HSL | 186.56º | 0.56% | 0.55% | - |
| HSV(B) | 186.56º | 0.63% | 0.8% | - |
| XYZ | 32.29 | 42.72 | 63.67 | - |
| YUV | 157.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 204 | 0.63 | 0.07 | 0 | 0.2 | 186.56 | 0.56 | 0.55 |
| Hex | 4C | BE | CC | 3F | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 114 | 276 | 314 | 77 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001100 | 10111110 | 11001100 | 111111 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4CBECC
Complementary color
Monochromatic Colors of #4CBECC
Black with #4CBECC
Text Example
Text Example
White with #4CBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBECC; }
p { color: rgb(76,190,204); }
H1.HeaderClassName
{
color: #4CBECC;
}
.AnyTagClassName
{
color: #4CBECC;
}
</style>
background-color css
<style>
a { background-color: #4CBECC; }
a { background-color: rgb(76,190,204); }
div.DivClassName
{
background-color: #4CBECC;
}
.BgClassName
{
background-color: #4CBECC;
}
</style>
border-color css
<style>
span { border-color: #4CBECC; }
span { border-color: rgb(76,190,204); }
td.TdClassName
{
border-color: #4CBECC;
}
.TagClassName
{
border-color: #4CBECC;
}
</style>