Shades of Viking #4BAEC1
Tints of Viking #4BAEC1
RGB
CMYK
RGB Variations
Color information
#4BAEC1 (or 0x4BAEC1) is known color: Viking. HEX triplet: 4B, AE and C1. RGB value is (75,174,193). Sum of RGB (Red+Green+Blue) = 75+174+193=442 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.97% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #4BAEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEC1 is #B4513E. Grayscale: #929292. Windows color (decimal): -11817279 or 12693067. OLE color: 12693067.
HSL color Cylindrical-coordinate representation of color #4BAEC1: hue angle of 189.66º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BAEC1 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 174 | 193 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.24 |
| HSL | 189.66º | 0.49% | 0.53% | - |
| HSV(B) | 189.66º | 0.61% | 0.76% | - |
| XYZ | 27.66 | 35.62 | 55.87 | - |
| YUV | 146.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 193 | 0.61 | 0.10 | 0 | 0.24 | 189.66 | 0.49 | 0.53 |
| Hex | 4B | AE | C1 | 3D | A | 0 | 18 | BE | 31 | 35 |
| Octal | 113 | 256 | 301 | 75 | 12 | 0 | 30 | 276 | 61 | 65 |
| Binary | 1001011 | 10101110 | 11000001 | 111101 | 1010 | 0 | 11000 | 10111110 | 110001 | 110101 |
Color Harmonies of #4BAEC1
Complementary color
Monochromatic Colors of #4BAEC1
Black with #4BAEC1
Text Example
Text Example
White with #4BAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAEC1; }
p { color: rgb(75,174,193); }
H1.HeaderClassName
{
color: #4BAEC1;
}
.AnyTagClassName
{
color: #4BAEC1;
}
</style>
background-color css
<style>
a { background-color: #4BAEC1; }
a { background-color: rgb(75,174,193); }
div.DivClassName
{
background-color: #4BAEC1;
}
.BgClassName
{
background-color: #4BAEC1;
}
</style>
border-color css
<style>
span { border-color: #4BAEC1; }
span { border-color: rgb(75,174,193); }
td.TdClassName
{
border-color: #4BAEC1;
}
.TagClassName
{
border-color: #4BAEC1;
}
</style>