Shades of Viking #4BBFCD
Tints of Viking #4BBFCD
RGB
CMYK
RGB Variations
Color information
#4BBFCD (or 0x4BBFCD) is known color: Viking. HEX triplet: 4B, BF and CD. RGB value is (75,191,205). Sum of RGB (Red+Green+Blue) = 75+191+205=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #4BBFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFCD is #B44032. Grayscale: #9D9D9D. Windows color (decimal): -11812915 or 13483851. OLE color: 13483851.
HSL color Cylindrical-coordinate representation of color #4BBFCD: hue angle of 186.46º degrees, saturation: 0.57, 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 #4BBFCD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 191 | 205 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.20 |
| HSL | 186.46º | 0.57% | 0.55% | - |
| HSV(B) | 186.46º | 0.63% | 0.8% | - |
| XYZ | 32.55 | 43.17 | 64.37 | - |
| YUV | 157.91 | 154.57 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 205 | 0.63 | 0.07 | 0 | 0.20 | 186.46 | 0.57 | 0.55 |
| Hex | 4B | BF | CD | 3F | 7 | 0 | 14 | BA | 39 | 37 |
| Octal | 113 | 277 | 315 | 77 | 7 | 0 | 24 | 272 | 71 | 67 |
| Binary | 1001011 | 10111111 | 11001101 | 111111 | 111 | 0 | 10100 | 10111010 | 111001 | 110111 |
Color Harmonies of #4BBFCD
Complementary color
Monochromatic Colors of #4BBFCD
Black with #4BBFCD
Text Example
Text Example
White with #4BBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBFCD; }
p { color: rgb(75,191,205); }
H1.HeaderClassName
{
color: #4BBFCD;
}
.AnyTagClassName
{
color: #4BBFCD;
}
</style>
background-color css
<style>
a { background-color: #4BBFCD; }
a { background-color: rgb(75,191,205); }
div.DivClassName
{
background-color: #4BBFCD;
}
.BgClassName
{
background-color: #4BBFCD;
}
</style>
border-color css
<style>
span { border-color: #4BBFCD; }
span { border-color: rgb(75,191,205); }
td.TdClassName
{
border-color: #4BBFCD;
}
.TagClassName
{
border-color: #4BBFCD;
}
</style>