Shades of Viking #4FB5CE
Tints of Viking #4FB5CE
RGB
CMYK
RGB Variations
Color information
#4FB5CE (or 0x4FB5CE) is known color: Viking. HEX triplet: 4F, B5 and CE. RGB value is (79,181,206). Sum of RGB (Red+Green+Blue) = 79+181+206=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB5CE is #B04A31. Grayscale: #999999. Windows color (decimal): -11553330 or 13546831. OLE color: 13546831.
HSL color Cylindrical-coordinate representation of color #4FB5CE: hue angle of 191.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FB5CE is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 181 | 206 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.19 |
| HSL | 191.81º | 0.56% | 0.56% | - |
| HSV(B) | 191.81º | 0.62% | 0.81% | - |
| XYZ | 30.89 | 39.17 | 64.32 | - |
| YUV | 153.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 181 | 206 | 0.62 | 0.12 | 0 | 0.19 | 191.81 | 0.56 | 0.56 |
| Hex | 4F | B5 | CE | 3E | C | 0 | 13 | C0 | 38 | 38 |
| Octal | 117 | 265 | 316 | 76 | 14 | 0 | 23 | 300 | 70 | 70 |
| Binary | 1001111 | 10110101 | 11001110 | 111110 | 1100 | 0 | 10011 | 11000000 | 111000 | 111000 |
Color Harmonies of #4FB5CE
Complementary color
Monochromatic Colors of #4FB5CE
Black with #4FB5CE
Text Example
Text Example
White with #4FB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB5CE; }
p { color: rgb(79,181,206); }
H1.HeaderClassName
{
color: #4FB5CE;
}
.AnyTagClassName
{
color: #4FB5CE;
}
</style>
background-color css
<style>
a { background-color: #4FB5CE; }
a { background-color: rgb(79,181,206); }
div.DivClassName
{
background-color: #4FB5CE;
}
.BgClassName
{
background-color: #4FB5CE;
}
</style>
border-color css
<style>
span { border-color: #4FB5CE; }
span { border-color: rgb(79,181,206); }
td.TdClassName
{
border-color: #4FB5CE;
}
.TagClassName
{
border-color: #4FB5CE;
}
</style>