Shades of Viking #4BB9CA
Tints of Viking #4BB9CA
RGB
CMYK
RGB Variations
Color information
#4BB9CA (or 0x4BB9CA) is known color: Viking. HEX triplet: 4B, B9 and CA. RGB value is (75,185,202). Sum of RGB (Red+Green+Blue) = 75+185+202=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BB9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB9CA is #B44635. Grayscale: #999999. Windows color (decimal): -11814454 or 13285707. OLE color: 13285707.
HSL color Cylindrical-coordinate representation of color #4BB9CA: hue angle of 188.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BB9CA is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 185 | 202 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.21 |
| HSL | 188.03º | 0.55% | 0.54% | - |
| HSV(B) | 188.03º | 0.63% | 0.79% | - |
| XYZ | 30.91 | 40.46 | 62.06 | - |
| YUV | 154.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 185 | 202 | 0.63 | 0.08 | 0 | 0.21 | 188.03 | 0.55 | 0.54 |
| Hex | 4B | B9 | CA | 3F | 8 | 0 | 15 | BC | 37 | 36 |
| Octal | 113 | 271 | 312 | 77 | 10 | 0 | 25 | 274 | 67 | 66 |
| Binary | 1001011 | 10111001 | 11001010 | 111111 | 1000 | 0 | 10101 | 10111100 | 110111 | 110110 |
Color Harmonies of #4BB9CA
Complementary color
Monochromatic Colors of #4BB9CA
Black with #4BB9CA
Text Example
Text Example
White with #4BB9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB9CA; }
p { color: rgb(75,185,202); }
H1.HeaderClassName
{
color: #4BB9CA;
}
.AnyTagClassName
{
color: #4BB9CA;
}
</style>
background-color css
<style>
a { background-color: #4BB9CA; }
a { background-color: rgb(75,185,202); }
div.DivClassName
{
background-color: #4BB9CA;
}
.BgClassName
{
background-color: #4BB9CA;
}
</style>
border-color css
<style>
span { border-color: #4BB9CA; }
span { border-color: rgb(75,185,202); }
td.TdClassName
{
border-color: #4BB9CA;
}
.TagClassName
{
border-color: #4BB9CA;
}
</style>