Shades of Viking #4CBFD7
Tints of Viking #4CBFD7
RGB
CMYK
RGB Variations
Color information
#4CBFD7 (or 0x4CBFD7) is known color: Viking. HEX triplet: 4C, BF and D7. RGB value is (76,191,215). Sum of RGB (Red+Green+Blue) = 76+191+215=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #4CBFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFD7 is #B34028. Grayscale: #9F9F9F. Windows color (decimal): -11747369 or 14139212. OLE color: 14139212.
HSL color Cylindrical-coordinate representation of color #4CBFD7: hue angle of 190.36º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBFD7 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 191 | 215 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.16 |
| HSL | 190.36º | 0.63% | 0.57% | - |
| HSV(B) | 190.36º | 0.65% | 0.84% | - |
| XYZ | 33.88 | 43.7 | 70.94 | - |
| YUV | 159.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 215 | 0.65 | 0.11 | 0 | 0.16 | 190.36 | 0.63 | 0.57 |
| Hex | 4C | BF | D7 | 41 | B | 0 | 10 | BE | 3F | 39 |
| Octal | 114 | 277 | 327 | 101 | 13 | 0 | 20 | 276 | 77 | 71 |
| Binary | 1001100 | 10111111 | 11010111 | 1000001 | 1011 | 0 | 10000 | 10111110 | 111111 | 111001 |
Color Harmonies of #4CBFD7
Complementary color
Monochromatic Colors of #4CBFD7
Black with #4CBFD7
Text Example
Text Example
White with #4CBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFD7; }
p { color: rgb(76,191,215); }
H1.HeaderClassName
{
color: #4CBFD7;
}
.AnyTagClassName
{
color: #4CBFD7;
}
</style>
background-color css
<style>
a { background-color: #4CBFD7; }
a { background-color: rgb(76,191,215); }
div.DivClassName
{
background-color: #4CBFD7;
}
.BgClassName
{
background-color: #4CBFD7;
}
</style>
border-color css
<style>
span { border-color: #4CBFD7; }
span { border-color: rgb(76,191,215); }
td.TdClassName
{
border-color: #4CBFD7;
}
.TagClassName
{
border-color: #4CBFD7;
}
</style>