Shades of Viking #4BBCD5
Tints of Viking #4BBCD5
RGB
CMYK
RGB Variations
Color information
#4BBCD5 (or 0x4BBCD5) is known color: Viking. HEX triplet: 4B, BC and D5. RGB value is (75,188,213). Sum of RGB (Red+Green+Blue) = 75+188+213=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 213 - color contains mainly: blue. Hex color #4BBCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCD5 is #B4432A. Grayscale: #9C9C9C. Windows color (decimal): -11813675 or 14007371. OLE color: 14007371.
HSL color Cylindrical-coordinate representation of color #4BBCD5: hue angle of 190.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BBCD5 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 188 | 213 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.16 |
| HSL | 190.87º | 0.62% | 0.56% | - |
| HSV(B) | 190.87º | 0.65% | 0.84% | - |
| XYZ | 32.9 | 42.27 | 69.38 | - |
| YUV | 157.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 213 | 0.65 | 0.12 | 0 | 0.16 | 190.87 | 0.62 | 0.56 |
| Hex | 4B | BC | D5 | 41 | C | 0 | 10 | BF | 3E | 38 |
| Octal | 113 | 274 | 325 | 101 | 14 | 0 | 20 | 277 | 76 | 70 |
| Binary | 1001011 | 10111100 | 11010101 | 1000001 | 1100 | 0 | 10000 | 10111111 | 111110 | 111000 |
Color Harmonies of #4BBCD5
Complementary color
Monochromatic Colors of #4BBCD5
Black with #4BBCD5
Text Example
Text Example
White with #4BBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCD5; }
p { color: rgb(75,188,213); }
H1.HeaderClassName
{
color: #4BBCD5;
}
.AnyTagClassName
{
color: #4BBCD5;
}
</style>
background-color css
<style>
a { background-color: #4BBCD5; }
a { background-color: rgb(75,188,213); }
div.DivClassName
{
background-color: #4BBCD5;
}
.BgClassName
{
background-color: #4BBCD5;
}
</style>
border-color css
<style>
span { border-color: #4BBCD5; }
span { border-color: rgb(75,188,213); }
td.TdClassName
{
border-color: #4BBCD5;
}
.TagClassName
{
border-color: #4BBCD5;
}
</style>