Shades of Viking #4BAECF
Tints of Viking #4BAECF
RGB
CMYK
RGB Variations
Color information
#4BAECF (or 0x4BAECF) is known color: Viking. HEX triplet: 4B, AE and CF. RGB value is (75,174,207). Sum of RGB (Red+Green+Blue) = 75+174+207=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAECF is #B45130. Grayscale: #939393. Windows color (decimal): -11817265 or 13610571. OLE color: 13610571.
HSL color Cylindrical-coordinate representation of color #4BAECF: hue angle of 195º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BAECF is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 174 | 207 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.19 |
| HSL | 195º | 0.58% | 0.55% | - |
| HSV(B) | 195º | 0.64% | 0.81% | - |
| XYZ | 29.3 | 36.27 | 64.49 | - |
| YUV | 148.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 207 | 0.64 | 0.16 | 0 | 0.19 | 195 | 0.58 | 0.55 |
| Hex | 4B | AE | CF | 40 | 10 | 0 | 13 | C3 | 3A | 37 |
| Octal | 113 | 256 | 317 | 100 | 20 | 0 | 23 | 303 | 72 | 67 |
| Binary | 1001011 | 10101110 | 11001111 | 1000000 | 10000 | 0 | 10011 | 11000011 | 111010 | 110111 |
Color Harmonies of #4BAECF
Complementary color
Monochromatic Colors of #4BAECF
Black with #4BAECF
Text Example
Text Example
White with #4BAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAECF; }
p { color: rgb(75,174,207); }
H1.HeaderClassName
{
color: #4BAECF;
}
.AnyTagClassName
{
color: #4BAECF;
}
</style>
background-color css
<style>
a { background-color: #4BAECF; }
a { background-color: rgb(75,174,207); }
div.DivClassName
{
background-color: #4BAECF;
}
.BgClassName
{
background-color: #4BAECF;
}
</style>
border-color css
<style>
span { border-color: #4BAECF; }
span { border-color: rgb(75,174,207); }
td.TdClassName
{
border-color: #4BAECF;
}
.TagClassName
{
border-color: #4BAECF;
}
</style>