Shades of Viking #4CABCD
Tints of Viking #4CABCD
RGB
CMYK
RGB Variations
Color information
#4CABCD (or 0x4CABCD) is known color: Viking. HEX triplet: 4C, AB and CD. RGB value is (76,171,205). Sum of RGB (Red+Green+Blue) = 76+171+205=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABCD is #B35432. Grayscale: #929292. Windows color (decimal): -11752499 or 13478732. OLE color: 13478732.
HSL color Cylindrical-coordinate representation of color #4CABCD: hue angle of 195.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CABCD is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 171 | 205 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.20 |
| HSL | 195.81º | 0.56% | 0.55% | - |
| HSV(B) | 195.81º | 0.63% | 0.8% | - |
| XYZ | 28.56 | 35.07 | 63.02 | - |
| YUV | 146.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 205 | 0.63 | 0.17 | 0 | 0.20 | 195.81 | 0.56 | 0.55 |
| Hex | 4C | AB | CD | 3F | 11 | 0 | 14 | C4 | 38 | 37 |
| Octal | 114 | 253 | 315 | 77 | 21 | 0 | 24 | 304 | 70 | 67 |
| Binary | 1001100 | 10101011 | 11001101 | 111111 | 10001 | 0 | 10100 | 11000100 | 111000 | 110111 |
Color Harmonies of #4CABCD
Complementary color
Monochromatic Colors of #4CABCD
Black with #4CABCD
Text Example
Text Example
White with #4CABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABCD; }
p { color: rgb(76,171,205); }
H1.HeaderClassName
{
color: #4CABCD;
}
.AnyTagClassName
{
color: #4CABCD;
}
</style>
background-color css
<style>
a { background-color: #4CABCD; }
a { background-color: rgb(76,171,205); }
div.DivClassName
{
background-color: #4CABCD;
}
.BgClassName
{
background-color: #4CABCD;
}
</style>
border-color css
<style>
span { border-color: #4CABCD; }
span { border-color: rgb(76,171,205); }
td.TdClassName
{
border-color: #4CABCD;
}
.TagClassName
{
border-color: #4CABCD;
}
</style>