Shades of Viking #4BAEBD
Tints of Viking #4BAEBD
RGB
CMYK
RGB Variations
Color information
#4BAEBD (or 0x4BAEBD) is known color: Viking. HEX triplet: 4B, AE and BD. RGB value is (75,174,189). Sum of RGB (Red+Green+Blue) = 75+174+189=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #4BAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEBD is #B45142. Grayscale: #919191. Windows color (decimal): -11817283 or 12430923. OLE color: 12430923.
HSL color Cylindrical-coordinate representation of color #4BAEBD: hue angle of 187.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BAEBD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 174 | 189 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.26 |
| HSL | 187.89º | 0.46% | 0.52% | - |
| HSV(B) | 187.89º | 0.6% | 0.74% | - |
| XYZ | 27.22 | 35.44 | 53.55 | - |
| YUV | 146.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 189 | 0.60 | 0.08 | 0 | 0.26 | 187.89 | 0.46 | 0.52 |
| Hex | 4B | AE | BD | 3C | 8 | 0 | 1A | BC | 2E | 34 |
| Octal | 113 | 256 | 275 | 74 | 10 | 0 | 32 | 274 | 56 | 64 |
| Binary | 1001011 | 10101110 | 10111101 | 111100 | 1000 | 0 | 11010 | 10111100 | 101110 | 110100 |
Color Harmonies of #4BAEBD
Complementary color
Monochromatic Colors of #4BAEBD
Black with #4BAEBD
Text Example
Text Example
White with #4BAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAEBD; }
p { color: rgb(75,174,189); }
H1.HeaderClassName
{
color: #4BAEBD;
}
.AnyTagClassName
{
color: #4BAEBD;
}
</style>
background-color css
<style>
a { background-color: #4BAEBD; }
a { background-color: rgb(75,174,189); }
div.DivClassName
{
background-color: #4BAEBD;
}
.BgClassName
{
background-color: #4BAEBD;
}
</style>
border-color css
<style>
span { border-color: #4BAEBD; }
span { border-color: rgb(75,174,189); }
td.TdClassName
{
border-color: #4BAEBD;
}
.TagClassName
{
border-color: #4BAEBD;
}
</style>