Shades of Viking #4CB7CB
Tints of Viking #4CB7CB
RGB
CMYK
RGB Variations
Color information
#4CB7CB (or 0x4CB7CB) is known color: Viking. HEX triplet: 4C, B7 and CB. RGB value is (76,183,203). Sum of RGB (Red+Green+Blue) = 76+183+203=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CB7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7CB is #B34834. Grayscale: #999999. Windows color (decimal): -11749429 or 13350732. OLE color: 13350732.
HSL color Cylindrical-coordinate representation of color #4CB7CB: hue angle of 189.45º degrees, saturation: 0.55, 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 #4CB7CB is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 183 | 203 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.20 |
| HSL | 189.45º | 0.55% | 0.55% | - |
| HSV(B) | 189.45º | 0.63% | 0.8% | - |
| XYZ | 30.69 | 39.72 | 62.55 | - |
| YUV | 153.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 203 | 0.63 | 0.10 | 0 | 0.20 | 189.45 | 0.55 | 0.55 |
| Hex | 4C | B7 | CB | 3F | A | 0 | 14 | BD | 37 | 37 |
| Octal | 114 | 267 | 313 | 77 | 12 | 0 | 24 | 275 | 67 | 67 |
| Binary | 1001100 | 10110111 | 11001011 | 111111 | 1010 | 0 | 10100 | 10111101 | 110111 | 110111 |
Color Harmonies of #4CB7CB
Complementary color
Monochromatic Colors of #4CB7CB
Black with #4CB7CB
Text Example
Text Example
White with #4CB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB7CB; }
p { color: rgb(76,183,203); }
H1.HeaderClassName
{
color: #4CB7CB;
}
.AnyTagClassName
{
color: #4CB7CB;
}
</style>
background-color css
<style>
a { background-color: #4CB7CB; }
a { background-color: rgb(76,183,203); }
div.DivClassName
{
background-color: #4CB7CB;
}
.BgClassName
{
background-color: #4CB7CB;
}
</style>
border-color css
<style>
span { border-color: #4CB7CB; }
span { border-color: rgb(76,183,203); }
td.TdClassName
{
border-color: #4CB7CB;
}
.TagClassName
{
border-color: #4CB7CB;
}
</style>