Shades of Viking #4BBBBC
Tints of Viking #4BBBBC
RGB
CMYK
RGB Variations
Color information
#4BBBBC (or 0x4BBBBC) is known color: Viking. HEX triplet: 4B, BB and BC. RGB value is (75,187,188). Sum of RGB (Red+Green+Blue) = 75+187+188=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBBC is #B44443. Grayscale: #999999. Windows color (decimal): -11813956 or 12368715. OLE color: 12368715.
HSL color Cylindrical-coordinate representation of color #4BBBBC: hue angle of 180.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBBBC is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 187 | 188 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.26 |
| HSL | 180.53º | 0.46% | 0.52% | - |
| HSV(B) | 180.53º | 0.6% | 0.74% | - |
| XYZ | 29.75 | 40.67 | 53.86 | - |
| YUV | 153.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 188 | 0.60 | 0.01 | 0 | 0.26 | 180.53 | 0.46 | 0.52 |
| Hex | 4B | BB | BC | 3C | 1 | 0 | 1A | B5 | 2E | 34 |
| Octal | 113 | 273 | 274 | 74 | 1 | 0 | 32 | 265 | 56 | 64 |
| Binary | 1001011 | 10111011 | 10111100 | 111100 | 1 | 0 | 11010 | 10110101 | 101110 | 110100 |
Color Harmonies of #4BBBBC
Complementary color
Monochromatic Colors of #4BBBBC
Black with #4BBBBC
Text Example
Text Example
White with #4BBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBBBC; }
p { color: rgb(75,187,188); }
H1.HeaderClassName
{
color: #4BBBBC;
}
.AnyTagClassName
{
color: #4BBBBC;
}
</style>
background-color css
<style>
a { background-color: #4BBBBC; }
a { background-color: rgb(75,187,188); }
div.DivClassName
{
background-color: #4BBBBC;
}
.BgClassName
{
background-color: #4BBBBC;
}
</style>
border-color css
<style>
span { border-color: #4BBBBC; }
span { border-color: rgb(75,187,188); }
td.TdClassName
{
border-color: #4BBBBC;
}
.TagClassName
{
border-color: #4BBBBC;
}
</style>