Shades of Viking #4FB3CC
Tints of Viking #4FB3CC
RGB
CMYK
RGB Variations
Color information
#4FB3CC (or 0x4FB3CC) is known color: Viking. HEX triplet: 4F, B3 and CC. RGB value is (79,179,204). Sum of RGB (Red+Green+Blue) = 79+179+204=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FB3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3CC is #B04C33. Grayscale: #979797. Windows color (decimal): -11553844 or 13415247. OLE color: 13415247.
HSL color Cylindrical-coordinate representation of color #4FB3CC: hue angle of 192º degrees, saturation: 0.55, 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 #4FB3CC is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 179 | 204 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.2 |
| HSL | 192º | 0.55% | 0.55% | - |
| HSV(B) | 192º | 0.61% | 0.8% | - |
| XYZ | 30.24 | 38.26 | 62.92 | - |
| YUV | 151.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 204 | 0.61 | 0.12 | 0 | 0.2 | 192 | 0.55 | 0.55 |
| Hex | 4F | B3 | CC | 3D | C | 0 | 14 | C0 | 37 | 37 |
| Octal | 117 | 263 | 314 | 75 | 14 | 0 | 24 | 300 | 67 | 67 |
| Binary | 1001111 | 10110011 | 11001100 | 111101 | 1100 | 0 | 10100 | 11000000 | 110111 | 110111 |
Color Harmonies of #4FB3CC
Complementary color
Monochromatic Colors of #4FB3CC
Black with #4FB3CC
Text Example
Text Example
White with #4FB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB3CC; }
p { color: rgb(79,179,204); }
H1.HeaderClassName
{
color: #4FB3CC;
}
.AnyTagClassName
{
color: #4FB3CC;
}
</style>
background-color css
<style>
a { background-color: #4FB3CC; }
a { background-color: rgb(79,179,204); }
div.DivClassName
{
background-color: #4FB3CC;
}
.BgClassName
{
background-color: #4FB3CC;
}
</style>
border-color css
<style>
span { border-color: #4FB3CC; }
span { border-color: rgb(79,179,204); }
td.TdClassName
{
border-color: #4FB3CC;
}
.TagClassName
{
border-color: #4FB3CC;
}
</style>