Shades of Viking #4BA4BE
Tints of Viking #4BA4BE
RGB
CMYK
RGB Variations
Color information
#4BA4BE (or 0x4BA4BE) is known color: Viking. HEX triplet: 4B, A4 and BE. RGB value is (75,164,190). Sum of RGB (Red+Green+Blue) = 75+164+190=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BA4BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA4BE is #B45B41. Grayscale: #8C8C8C. Windows color (decimal): -11819842 or 12493899. OLE color: 12493899.
HSL color Cylindrical-coordinate representation of color #4BA4BE: hue angle of 193.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BA4BE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 164 | 190 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.25 |
| HSL | 193.57º | 0.47% | 0.52% | - |
| HSV(B) | 193.57º | 0.61% | 0.75% | - |
| XYZ | 25.47 | 31.76 | 53.5 | - |
| YUV | 140.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 190 | 0.61 | 0.14 | 0 | 0.25 | 193.57 | 0.47 | 0.52 |
| Hex | 4B | A4 | BE | 3D | E | 0 | 19 | C2 | 2F | 34 |
| Octal | 113 | 244 | 276 | 75 | 16 | 0 | 31 | 302 | 57 | 64 |
| Binary | 1001011 | 10100100 | 10111110 | 111101 | 1110 | 0 | 11001 | 11000010 | 101111 | 110100 |
Color Harmonies of #4BA4BE
Complementary color
Monochromatic Colors of #4BA4BE
Black with #4BA4BE
Text Example
Text Example
White with #4BA4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4BE; }
p { color: rgb(75,164,190); }
H1.HeaderClassName
{
color: #4BA4BE;
}
.AnyTagClassName
{
color: #4BA4BE;
}
</style>
background-color css
<style>
a { background-color: #4BA4BE; }
a { background-color: rgb(75,164,190); }
div.DivClassName
{
background-color: #4BA4BE;
}
.BgClassName
{
background-color: #4BA4BE;
}
</style>
border-color css
<style>
span { border-color: #4BA4BE; }
span { border-color: rgb(75,164,190); }
td.TdClassName
{
border-color: #4BA4BE;
}
.TagClassName
{
border-color: #4BA4BE;
}
</style>