Shades of Viking #4BB8BC
Tints of Viking #4BB8BC
RGB
CMYK
RGB Variations
Color information
#4BB8BC (or 0x4BB8BC) is known color: Viking. HEX triplet: 4B, B8 and BC. RGB value is (75,184,188). Sum of RGB (Red+Green+Blue) = 75+184+188=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BB8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB8BC is #B44743. Grayscale: #979797. Windows color (decimal): -11814724 or 12367947. OLE color: 12367947.
HSL color Cylindrical-coordinate representation of color #4BB8BC: hue angle of 182.12º 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 #4BB8BC is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 184 | 188 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.26 |
| HSL | 182.12º | 0.46% | 0.52% | - |
| HSV(B) | 182.12º | 0.6% | 0.74% | - |
| XYZ | 29.12 | 39.41 | 53.65 | - |
| YUV | 151.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 188 | 0.60 | 0.02 | 0 | 0.26 | 182.12 | 0.46 | 0.52 |
| Hex | 4B | B8 | BC | 3C | 2 | 0 | 1A | B6 | 2E | 34 |
| Octal | 113 | 270 | 274 | 74 | 2 | 0 | 32 | 266 | 56 | 64 |
| Binary | 1001011 | 10111000 | 10111100 | 111100 | 10 | 0 | 11010 | 10110110 | 101110 | 110100 |
Color Harmonies of #4BB8BC
Complementary color
Monochromatic Colors of #4BB8BC
Black with #4BB8BC
Text Example
Text Example
White with #4BB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB8BC; }
p { color: rgb(75,184,188); }
H1.HeaderClassName
{
color: #4BB8BC;
}
.AnyTagClassName
{
color: #4BB8BC;
}
</style>
background-color css
<style>
a { background-color: #4BB8BC; }
a { background-color: rgb(75,184,188); }
div.DivClassName
{
background-color: #4BB8BC;
}
.BgClassName
{
background-color: #4BB8BC;
}
</style>
border-color css
<style>
span { border-color: #4BB8BC; }
span { border-color: rgb(75,184,188); }
td.TdClassName
{
border-color: #4BB8BC;
}
.TagClassName
{
border-color: #4BB8BC;
}
</style>