Shades of Viking #4BBCCE
Tints of Viking #4BBCCE
RGB
CMYK
RGB Variations
Color information
#4BBCCE (or 0x4BBCCE) is known color: Viking. HEX triplet: 4B, BC and CE. RGB value is (75,188,206). Sum of RGB (Red+Green+Blue) = 75+188+206=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCCE is #B44331. Grayscale: #9C9C9C. Windows color (decimal): -11813682 or 13548619. OLE color: 13548619.
HSL color Cylindrical-coordinate representation of color #4BBCCE: hue angle of 188.24º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBCCE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 188 | 206 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.19 |
| HSL | 188.24º | 0.57% | 0.55% | - |
| HSV(B) | 188.24º | 0.64% | 0.81% | - |
| XYZ | 32.03 | 41.92 | 64.8 | - |
| YUV | 156.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 206 | 0.64 | 0.09 | 0 | 0.19 | 188.24 | 0.57 | 0.55 |
| Hex | 4B | BC | CE | 40 | 9 | 0 | 13 | BC | 39 | 37 |
| Octal | 113 | 274 | 316 | 100 | 11 | 0 | 23 | 274 | 71 | 67 |
| Binary | 1001011 | 10111100 | 11001110 | 1000000 | 1001 | 0 | 10011 | 10111100 | 111001 | 110111 |
Color Harmonies of #4BBCCE
Complementary color
Monochromatic Colors of #4BBCCE
Black with #4BBCCE
Text Example
Text Example
White with #4BBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCCE; }
p { color: rgb(75,188,206); }
H1.HeaderClassName
{
color: #4BBCCE;
}
.AnyTagClassName
{
color: #4BBCCE;
}
</style>
background-color css
<style>
a { background-color: #4BBCCE; }
a { background-color: rgb(75,188,206); }
div.DivClassName
{
background-color: #4BBCCE;
}
.BgClassName
{
background-color: #4BBCCE;
}
</style>
border-color css
<style>
span { border-color: #4BBCCE; }
span { border-color: rgb(75,188,206); }
td.TdClassName
{
border-color: #4BBCCE;
}
.TagClassName
{
border-color: #4BBCCE;
}
</style>