Shades of Viking #4FAFCB
Tints of Viking #4FAFCB
RGB
CMYK
RGB Variations
Color information
#4FAFCB (or 0x4FAFCB) is known color: Viking. HEX triplet: 4F, AF and CB. RGB value is (79,175,203). Sum of RGB (Red+Green+Blue) = 79+175+203=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFCB is #B05034. Grayscale: #959595. Windows color (decimal): -11554869 or 13348687. OLE color: 13348687.
HSL color Cylindrical-coordinate representation of color #4FAFCB: hue angle of 193.55º 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 #4FAFCB is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 175 | 203 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.20 |
| HSL | 193.55º | 0.54% | 0.55% | - |
| HSV(B) | 193.55º | 0.61% | 0.8% | - |
| XYZ | 29.33 | 36.63 | 62.02 | - |
| YUV | 149.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 203 | 0.61 | 0.14 | 0 | 0.20 | 193.55 | 0.54 | 0.55 |
| Hex | 4F | AF | CB | 3D | E | 0 | 14 | C2 | 36 | 37 |
| Octal | 117 | 257 | 313 | 75 | 16 | 0 | 24 | 302 | 66 | 67 |
| Binary | 1001111 | 10101111 | 11001011 | 111101 | 1110 | 0 | 10100 | 11000010 | 110110 | 110111 |
Color Harmonies of #4FAFCB
Complementary color
Monochromatic Colors of #4FAFCB
Black with #4FAFCB
Text Example
Text Example
White with #4FAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFCB; }
p { color: rgb(79,175,203); }
H1.HeaderClassName
{
color: #4FAFCB;
}
.AnyTagClassName
{
color: #4FAFCB;
}
</style>
background-color css
<style>
a { background-color: #4FAFCB; }
a { background-color: rgb(79,175,203); }
div.DivClassName
{
background-color: #4FAFCB;
}
.BgClassName
{
background-color: #4FAFCB;
}
</style>
border-color css
<style>
span { border-color: #4FAFCB; }
span { border-color: rgb(79,175,203); }
td.TdClassName
{
border-color: #4FAFCB;
}
.TagClassName
{
border-color: #4FAFCB;
}
</style>