Shades of Viking #4BBECF
Tints of Viking #4BBECF
RGB
CMYK
RGB Variations
Color information
#4BBECF (or 0x4BBECF) is known color: Viking. HEX triplet: 4B, BE and CF. RGB value is (75,190,207). Sum of RGB (Red+Green+Blue) = 75+190+207=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBECF is #B44130. Grayscale: #9D9D9D. Windows color (decimal): -11813169 or 13614667. OLE color: 13614667.
HSL color Cylindrical-coordinate representation of color #4BBECF: hue angle of 187.73º degrees, saturation: 0.58, 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 #4BBECF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 190 | 207 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.19 |
| HSL | 187.73º | 0.58% | 0.55% | - |
| HSV(B) | 187.73º | 0.64% | 0.81% | - |
| XYZ | 32.58 | 42.83 | 65.58 | - |
| YUV | 157.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 207 | 0.64 | 0.08 | 0 | 0.19 | 187.73 | 0.58 | 0.55 |
| Hex | 4B | BE | CF | 40 | 8 | 0 | 13 | BC | 3A | 37 |
| Octal | 113 | 276 | 317 | 100 | 10 | 0 | 23 | 274 | 72 | 67 |
| Binary | 1001011 | 10111110 | 11001111 | 1000000 | 1000 | 0 | 10011 | 10111100 | 111010 | 110111 |
Color Harmonies of #4BBECF
Complementary color
Monochromatic Colors of #4BBECF
Black with #4BBECF
Text Example
Text Example
White with #4BBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBECF; }
p { color: rgb(75,190,207); }
H1.HeaderClassName
{
color: #4BBECF;
}
.AnyTagClassName
{
color: #4BBECF;
}
</style>
background-color css
<style>
a { background-color: #4BBECF; }
a { background-color: rgb(75,190,207); }
div.DivClassName
{
background-color: #4BBECF;
}
.BgClassName
{
background-color: #4BBECF;
}
</style>
border-color css
<style>
span { border-color: #4BBECF; }
span { border-color: rgb(75,190,207); }
td.TdClassName
{
border-color: #4BBECF;
}
.TagClassName
{
border-color: #4BBECF;
}
</style>