Shades of Viking #4FB5CA
Tints of Viking #4FB5CA
RGB
CMYK
RGB Variations
Color information
#4FB5CA (or 0x4FB5CA) is known color: Viking. HEX triplet: 4F, B5 and CA. RGB value is (79,181,202). Sum of RGB (Red+Green+Blue) = 79+181+202=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FB5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB5CA is #B04A35. Grayscale: #989898. Windows color (decimal): -11553334 or 13284687. OLE color: 13284687.
HSL color Cylindrical-coordinate representation of color #4FB5CA: hue angle of 190.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FB5CA is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 181 | 202 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.21 |
| HSL | 190.24º | 0.54% | 0.55% | - |
| HSV(B) | 190.24º | 0.61% | 0.79% | - |
| XYZ | 30.41 | 38.97 | 61.8 | - |
| YUV | 152.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 181 | 202 | 0.61 | 0.10 | 0 | 0.21 | 190.24 | 0.54 | 0.55 |
| Hex | 4F | B5 | CA | 3D | A | 0 | 15 | BE | 36 | 37 |
| Octal | 117 | 265 | 312 | 75 | 12 | 0 | 25 | 276 | 66 | 67 |
| Binary | 1001111 | 10110101 | 11001010 | 111101 | 1010 | 0 | 10101 | 10111110 | 110110 | 110111 |
Color Harmonies of #4FB5CA
Complementary color
Monochromatic Colors of #4FB5CA
Black with #4FB5CA
Text Example
Text Example
White with #4FB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB5CA; }
p { color: rgb(79,181,202); }
H1.HeaderClassName
{
color: #4FB5CA;
}
.AnyTagClassName
{
color: #4FB5CA;
}
</style>
background-color css
<style>
a { background-color: #4FB5CA; }
a { background-color: rgb(79,181,202); }
div.DivClassName
{
background-color: #4FB5CA;
}
.BgClassName
{
background-color: #4FB5CA;
}
</style>
border-color css
<style>
span { border-color: #4FB5CA; }
span { border-color: rgb(79,181,202); }
td.TdClassName
{
border-color: #4FB5CA;
}
.TagClassName
{
border-color: #4FB5CA;
}
</style>