Shades of Viking #4AAFCD
Tints of Viking #4AAFCD
RGB
CMYK
RGB Variations
Color information
#4AAFCD (or 0x4AAFCD) is known color: Viking. HEX triplet: 4A, AF and CD. RGB value is (74,175,205). Sum of RGB (Red+Green+Blue) = 74+175+205=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #4AAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFCD is #B55032. Grayscale: #949494. Windows color (decimal): -11882547 or 13479754. OLE color: 13479754.
HSL color Cylindrical-coordinate representation of color #4AAFCD: hue angle of 193.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAFCD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 175 | 205 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.20 |
| HSL | 193.74º | 0.57% | 0.55% | - |
| HSV(B) | 193.74º | 0.64% | 0.8% | - |
| XYZ | 29.17 | 36.52 | 63.27 | - |
| YUV | 148.22 | 160.04 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 205 | 0.64 | 0.15 | 0 | 0.20 | 193.74 | 0.57 | 0.55 |
| Hex | 4A | AF | CD | 40 | F | 0 | 14 | C2 | 39 | 37 |
| Octal | 112 | 257 | 315 | 100 | 17 | 0 | 24 | 302 | 71 | 67 |
| Binary | 1001010 | 10101111 | 11001101 | 1000000 | 1111 | 0 | 10100 | 11000010 | 111001 | 110111 |
Color Harmonies of #4AAFCD
Complementary color
Monochromatic Colors of #4AAFCD
Black with #4AAFCD
Text Example
Text Example
White with #4AAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFCD; }
p { color: rgb(74,175,205); }
H1.HeaderClassName
{
color: #4AAFCD;
}
.AnyTagClassName
{
color: #4AAFCD;
}
</style>
background-color css
<style>
a { background-color: #4AAFCD; }
a { background-color: rgb(74,175,205); }
div.DivClassName
{
background-color: #4AAFCD;
}
.BgClassName
{
background-color: #4AAFCD;
}
</style>
border-color css
<style>
span { border-color: #4AAFCD; }
span { border-color: rgb(74,175,205); }
td.TdClassName
{
border-color: #4AAFCD;
}
.TagClassName
{
border-color: #4AAFCD;
}
</style>