Shades of Viking #4ABCCF
Tints of Viking #4ABCCF
RGB
CMYK
RGB Variations
Color information
#4ABCCF (or 0x4ABCCF) is known color: Viking. HEX triplet: 4A, BC and CF. RGB value is (74,188,207). Sum of RGB (Red+Green+Blue) = 74+188+207=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #4ABCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCCF is #B54330. Grayscale: #9B9B9B. Windows color (decimal): -11879217 or 13614154. OLE color: 13614154.
HSL color Cylindrical-coordinate representation of color #4ABCCF: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABCCF is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 188 | 207 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.19 |
| HSL | 188.57º | 0.58% | 0.55% | - |
| HSV(B) | 188.57º | 0.64% | 0.81% | - |
| XYZ | 32.07 | 41.93 | 65.43 | - |
| YUV | 156.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 207 | 0.64 | 0.09 | 0 | 0.19 | 188.57 | 0.58 | 0.55 |
| Hex | 4A | BC | CF | 40 | 9 | 0 | 13 | BD | 3A | 37 |
| Octal | 112 | 274 | 317 | 100 | 11 | 0 | 23 | 275 | 72 | 67 |
| Binary | 1001010 | 10111100 | 11001111 | 1000000 | 1001 | 0 | 10011 | 10111101 | 111010 | 110111 |
Color Harmonies of #4ABCCF
Complementary color
Monochromatic Colors of #4ABCCF
Black with #4ABCCF
Text Example
Text Example
White with #4ABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCCF; }
p { color: rgb(74,188,207); }
H1.HeaderClassName
{
color: #4ABCCF;
}
.AnyTagClassName
{
color: #4ABCCF;
}
</style>
background-color css
<style>
a { background-color: #4ABCCF; }
a { background-color: rgb(74,188,207); }
div.DivClassName
{
background-color: #4ABCCF;
}
.BgClassName
{
background-color: #4ABCCF;
}
</style>
border-color css
<style>
span { border-color: #4ABCCF; }
span { border-color: rgb(74,188,207); }
td.TdClassName
{
border-color: #4ABCCF;
}
.TagClassName
{
border-color: #4ABCCF;
}
</style>