Shades of Viking #4CB7CE
Tints of Viking #4CB7CE
RGB
CMYK
RGB Variations
Color information
#4CB7CE (or 0x4CB7CE) is known color: Viking. HEX triplet: 4C, B7 and CE. RGB value is (76,183,206). Sum of RGB (Red+Green+Blue) = 76+183+206=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CB7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7CE is #B34831. Grayscale: #999999. Windows color (decimal): -11749426 or 13547340. OLE color: 13547340.
HSL color Cylindrical-coordinate representation of color #4CB7CE: hue angle of 190.62º 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 #4CB7CE is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 183 | 206 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.19 |
| HSL | 190.62º | 0.57% | 0.55% | - |
| HSV(B) | 190.62º | 0.63% | 0.81% | - |
| XYZ | 31.05 | 39.86 | 64.45 | - |
| YUV | 153.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 206 | 0.63 | 0.11 | 0 | 0.19 | 190.62 | 0.57 | 0.55 |
| Hex | 4C | B7 | CE | 3F | B | 0 | 13 | BF | 39 | 37 |
| Octal | 114 | 267 | 316 | 77 | 13 | 0 | 23 | 277 | 71 | 67 |
| Binary | 1001100 | 10110111 | 11001110 | 111111 | 1011 | 0 | 10011 | 10111111 | 111001 | 110111 |
Color Harmonies of #4CB7CE
Complementary color
Monochromatic Colors of #4CB7CE
Black with #4CB7CE
Text Example
Text Example
White with #4CB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB7CE; }
p { color: rgb(76,183,206); }
H1.HeaderClassName
{
color: #4CB7CE;
}
.AnyTagClassName
{
color: #4CB7CE;
}
</style>
background-color css
<style>
a { background-color: #4CB7CE; }
a { background-color: rgb(76,183,206); }
div.DivClassName
{
background-color: #4CB7CE;
}
.BgClassName
{
background-color: #4CB7CE;
}
</style>
border-color css
<style>
span { border-color: #4CB7CE; }
span { border-color: rgb(76,183,206); }
td.TdClassName
{
border-color: #4CB7CE;
}
.TagClassName
{
border-color: #4CB7CE;
}
</style>