Shades of Viking #4BBBBF
Tints of Viking #4BBBBF
RGB
CMYK
RGB Variations
Color information
#4BBBBF (or 0x4BBBBF) is known color: Viking. HEX triplet: 4B, BB and BF. RGB value is (75,187,191). Sum of RGB (Red+Green+Blue) = 75+187+191=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BBBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBBF is #B44440. Grayscale: #999999. Windows color (decimal): -11813953 or 12565323. OLE color: 12565323.
HSL color Cylindrical-coordinate representation of color #4BBBBF: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBBBF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 187 | 191 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.25 |
| HSL | 182.07º | 0.48% | 0.52% | - |
| HSV(B) | 182.07º | 0.61% | 0.75% | - |
| XYZ | 30.08 | 40.8 | 55.58 | - |
| YUV | 153.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 191 | 0.61 | 0.02 | 0 | 0.25 | 182.07 | 0.48 | 0.52 |
| Hex | 4B | BB | BF | 3D | 2 | 0 | 19 | B6 | 30 | 34 |
| Octal | 113 | 273 | 277 | 75 | 2 | 0 | 31 | 266 | 60 | 64 |
| Binary | 1001011 | 10111011 | 10111111 | 111101 | 10 | 0 | 11001 | 10110110 | 110000 | 110100 |
Color Harmonies of #4BBBBF
Complementary color
Monochromatic Colors of #4BBBBF
Black with #4BBBBF
Text Example
Text Example
White with #4BBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBBBF; }
p { color: rgb(75,187,191); }
H1.HeaderClassName
{
color: #4BBBBF;
}
.AnyTagClassName
{
color: #4BBBBF;
}
</style>
background-color css
<style>
a { background-color: #4BBBBF; }
a { background-color: rgb(75,187,191); }
div.DivClassName
{
background-color: #4BBBBF;
}
.BgClassName
{
background-color: #4BBBBF;
}
</style>
border-color css
<style>
span { border-color: #4BBBBF; }
span { border-color: rgb(75,187,191); }
td.TdClassName
{
border-color: #4BBBBF;
}
.TagClassName
{
border-color: #4BBBBF;
}
</style>