Shades of Viking #4BBECC
Tints of Viking #4BBECC
RGB
CMYK
RGB Variations
Color information
#4BBECC (or 0x4BBECC) is known color: Viking. HEX triplet: 4B, BE and CC. RGB value is (75,190,204). Sum of RGB (Red+Green+Blue) = 75+190+204=469 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.99% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBECC is #B44133. Grayscale: #9D9D9D. Windows color (decimal): -11813172 or 13418059. OLE color: 13418059.
HSL color Cylindrical-coordinate representation of color #4BBECC: hue angle of 186.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBECC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 190 | 204 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.2 |
| HSL | 186.51º | 0.56% | 0.55% | - |
| HSV(B) | 186.51º | 0.63% | 0.8% | - |
| XYZ | 32.21 | 42.68 | 63.67 | - |
| YUV | 157.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 204 | 0.63 | 0.07 | 0 | 0.2 | 186.51 | 0.56 | 0.55 |
| Hex | 4B | BE | CC | 3F | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 113 | 276 | 314 | 77 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001011 | 10111110 | 11001100 | 111111 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4BBECC
Complementary color
Monochromatic Colors of #4BBECC
Black with #4BBECC
Text Example
Text Example
White with #4BBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBECC; }
p { color: rgb(75,190,204); }
H1.HeaderClassName
{
color: #4BBECC;
}
.AnyTagClassName
{
color: #4BBECC;
}
</style>
background-color css
<style>
a { background-color: #4BBECC; }
a { background-color: rgb(75,190,204); }
div.DivClassName
{
background-color: #4BBECC;
}
.BgClassName
{
background-color: #4BBECC;
}
</style>
border-color css
<style>
span { border-color: #4BBECC; }
span { border-color: rgb(75,190,204); }
td.TdClassName
{
border-color: #4BBECC;
}
.TagClassName
{
border-color: #4BBECC;
}
</style>