Shades of Viking #4FACCB
Tints of Viking #4FACCB
RGB
CMYK
RGB Variations
Color information
#4FACCB (or 0x4FACCB) is known color: Viking. HEX triplet: 4F, AC and CB. RGB value is (79,172,203). Sum of RGB (Red+Green+Blue) = 79+172+203=454 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.40% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FACCB is #B05334. Grayscale: #939393. Windows color (decimal): -11555637 or 13347919. OLE color: 13347919.
HSL color Cylindrical-coordinate representation of color #4FACCB: hue angle of 195º 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 #4FACCB is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 172 | 203 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.20 |
| HSL | 195º | 0.54% | 0.55% | - |
| HSV(B) | 195º | 0.61% | 0.8% | - |
| XYZ | 28.76 | 35.48 | 61.83 | - |
| YUV | 147.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 203 | 0.61 | 0.15 | 0 | 0.20 | 195 | 0.54 | 0.55 |
| Hex | 4F | AC | CB | 3D | F | 0 | 14 | C3 | 36 | 37 |
| Octal | 117 | 254 | 313 | 75 | 17 | 0 | 24 | 303 | 66 | 67 |
| Binary | 1001111 | 10101100 | 11001011 | 111101 | 1111 | 0 | 10100 | 11000011 | 110110 | 110111 |
Color Harmonies of #4FACCB
Complementary color
Monochromatic Colors of #4FACCB
Black with #4FACCB
Text Example
Text Example
White with #4FACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FACCB; }
p { color: rgb(79,172,203); }
H1.HeaderClassName
{
color: #4FACCB;
}
.AnyTagClassName
{
color: #4FACCB;
}
</style>
background-color css
<style>
a { background-color: #4FACCB; }
a { background-color: rgb(79,172,203); }
div.DivClassName
{
background-color: #4FACCB;
}
.BgClassName
{
background-color: #4FACCB;
}
</style>
border-color css
<style>
span { border-color: #4FACCB; }
span { border-color: rgb(79,172,203); }
td.TdClassName
{
border-color: #4FACCB;
}
.TagClassName
{
border-color: #4FACCB;
}
</style>