Shades of Viking #4CBDCF
Tints of Viking #4CBDCF
RGB
CMYK
RGB Variations
Color information
#4CBDCF (or 0x4CBDCF) is known color: Viking. HEX triplet: 4C, BD and CF. RGB value is (76,189,207). Sum of RGB (Red+Green+Blue) = 76+189+207=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDCF is #B34230. Grayscale: #9D9D9D. Windows color (decimal): -11747889 or 13614412. OLE color: 13614412.
HSL color Cylindrical-coordinate representation of color #4CBDCF: hue angle of 188.24º degrees, saturation: 0.58, 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 #4CBDCF is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 189 | 207 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.19 |
| HSL | 188.24º | 0.58% | 0.55% | - |
| HSV(B) | 188.24º | 0.63% | 0.81% | - |
| XYZ | 32.44 | 42.44 | 65.51 | - |
| YUV | 157.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 207 | 0.63 | 0.09 | 0 | 0.19 | 188.24 | 0.58 | 0.55 |
| Hex | 4C | BD | CF | 3F | 9 | 0 | 13 | BC | 3A | 37 |
| Octal | 114 | 275 | 317 | 77 | 11 | 0 | 23 | 274 | 72 | 67 |
| Binary | 1001100 | 10111101 | 11001111 | 111111 | 1001 | 0 | 10011 | 10111100 | 111010 | 110111 |
Color Harmonies of #4CBDCF
Complementary color
Monochromatic Colors of #4CBDCF
Black with #4CBDCF
Text Example
Text Example
White with #4CBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDCF; }
p { color: rgb(76,189,207); }
H1.HeaderClassName
{
color: #4CBDCF;
}
.AnyTagClassName
{
color: #4CBDCF;
}
</style>
background-color css
<style>
a { background-color: #4CBDCF; }
a { background-color: rgb(76,189,207); }
div.DivClassName
{
background-color: #4CBDCF;
}
.BgClassName
{
background-color: #4CBDCF;
}
</style>
border-color css
<style>
span { border-color: #4CBDCF; }
span { border-color: rgb(76,189,207); }
td.TdClassName
{
border-color: #4CBDCF;
}
.TagClassName
{
border-color: #4CBDCF;
}
</style>