Shades of Viking #4FAECB
Tints of Viking #4FAECB
RGB
CMYK
RGB Variations
Color information
#4FAECB (or 0x4FAECB) is known color: Viking. HEX triplet: 4F, AE and CB. RGB value is (79,174,203). Sum of RGB (Red+Green+Blue) = 79+174+203=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAECB is #B05134. Grayscale: #949494. Windows color (decimal): -11555125 or 13348431. OLE color: 13348431.
HSL color Cylindrical-coordinate representation of color #4FAECB: hue angle of 194.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FAECB is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 174 | 203 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.20 |
| HSL | 194.03º | 0.54% | 0.55% | - |
| HSV(B) | 194.03º | 0.61% | 0.8% | - |
| XYZ | 29.14 | 36.25 | 61.96 | - |
| YUV | 148.9 | 158.53 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 203 | 0.61 | 0.14 | 0 | 0.20 | 194.03 | 0.54 | 0.55 |
| Hex | 4F | AE | CB | 3D | E | 0 | 14 | C2 | 36 | 37 |
| Octal | 117 | 256 | 313 | 75 | 16 | 0 | 24 | 302 | 66 | 67 |
| Binary | 1001111 | 10101110 | 11001011 | 111101 | 1110 | 0 | 10100 | 11000010 | 110110 | 110111 |
Color Harmonies of #4FAECB
Complementary color
Monochromatic Colors of #4FAECB
Black with #4FAECB
Text Example
Text Example
White with #4FAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAECB; }
p { color: rgb(79,174,203); }
H1.HeaderClassName
{
color: #4FAECB;
}
.AnyTagClassName
{
color: #4FAECB;
}
</style>
background-color css
<style>
a { background-color: #4FAECB; }
a { background-color: rgb(79,174,203); }
div.DivClassName
{
background-color: #4FAECB;
}
.BgClassName
{
background-color: #4FAECB;
}
</style>
border-color css
<style>
span { border-color: #4FAECB; }
span { border-color: rgb(79,174,203); }
td.TdClassName
{
border-color: #4FAECB;
}
.TagClassName
{
border-color: #4FAECB;
}
</style>