Shades of Viking #4BA2C6
Tints of Viking #4BA2C6
RGB
CMYK
RGB Variations
Color information
#4BA2C6 (or 0x4BA2C6) is known color: Viking. HEX triplet: 4B, A2 and C6. RGB value is (75,162,198). Sum of RGB (Red+Green+Blue) = 75+162+198=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #4BA2C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA2C6 is #B45D39. Grayscale: #8B8B8B. Windows color (decimal): -11820346 or 13017675. OLE color: 13017675.
HSL color Cylindrical-coordinate representation of color #4BA2C6: hue angle of 197.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BA2C6 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 162 | 198 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.22 |
| HSL | 197.56º | 0.52% | 0.54% | - |
| HSV(B) | 197.56º | 0.62% | 0.78% | - |
| XYZ | 26.02 | 31.41 | 58.12 | - |
| YUV | 140.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 198 | 0.62 | 0.18 | 0 | 0.22 | 197.56 | 0.52 | 0.54 |
| Hex | 4B | A2 | C6 | 3E | 12 | 0 | 16 | C6 | 34 | 36 |
| Octal | 113 | 242 | 306 | 76 | 22 | 0 | 26 | 306 | 64 | 66 |
| Binary | 1001011 | 10100010 | 11000110 | 111110 | 10010 | 0 | 10110 | 11000110 | 110100 | 110110 |
Color Harmonies of #4BA2C6
Complementary color
Monochromatic Colors of #4BA2C6
Black with #4BA2C6
Text Example
Text Example
White with #4BA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA2C6; }
p { color: rgb(75,162,198); }
H1.HeaderClassName
{
color: #4BA2C6;
}
.AnyTagClassName
{
color: #4BA2C6;
}
</style>
background-color css
<style>
a { background-color: #4BA2C6; }
a { background-color: rgb(75,162,198); }
div.DivClassName
{
background-color: #4BA2C6;
}
.BgClassName
{
background-color: #4BA2C6;
}
</style>
border-color css
<style>
span { border-color: #4BA2C6; }
span { border-color: rgb(75,162,198); }
td.TdClassName
{
border-color: #4BA2C6;
}
.TagClassName
{
border-color: #4BA2C6;
}
</style>