Shades of Viking #4CB7CA
Tints of Viking #4CB7CA
RGB
CMYK
RGB Variations
Color information
#4CB7CA (or 0x4CB7CA) is known color: Viking. HEX triplet: 4C, B7 and CA. RGB value is (76,183,202). Sum of RGB (Red+Green+Blue) = 76+183+202=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CB7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7CA is #B34835. Grayscale: #989898. Windows color (decimal): -11749430 or 13285196. OLE color: 13285196.
HSL color Cylindrical-coordinate representation of color #4CB7CA: hue angle of 189.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CB7CA is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 183 | 202 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.21 |
| HSL | 189.05º | 0.54% | 0.55% | - |
| HSV(B) | 189.05º | 0.62% | 0.79% | - |
| XYZ | 30.57 | 39.67 | 61.92 | - |
| YUV | 153.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 183 | 202 | 0.62 | 0.09 | 0 | 0.21 | 189.05 | 0.54 | 0.55 |
| Hex | 4C | B7 | CA | 3E | 9 | 0 | 15 | BD | 36 | 37 |
| Octal | 114 | 267 | 312 | 76 | 11 | 0 | 25 | 275 | 66 | 67 |
| Binary | 1001100 | 10110111 | 11001010 | 111110 | 1001 | 0 | 10101 | 10111101 | 110110 | 110111 |
Color Harmonies of #4CB7CA
Complementary color
Monochromatic Colors of #4CB7CA
Black with #4CB7CA
Text Example
Text Example
White with #4CB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB7CA; }
p { color: rgb(76,183,202); }
H1.HeaderClassName
{
color: #4CB7CA;
}
.AnyTagClassName
{
color: #4CB7CA;
}
</style>
background-color css
<style>
a { background-color: #4CB7CA; }
a { background-color: rgb(76,183,202); }
div.DivClassName
{
background-color: #4CB7CA;
}
.BgClassName
{
background-color: #4CB7CA;
}
</style>
border-color css
<style>
span { border-color: #4CB7CA; }
span { border-color: rgb(76,183,202); }
td.TdClassName
{
border-color: #4CB7CA;
}
.TagClassName
{
border-color: #4CB7CA;
}
</style>