Shades of Viking #4CBADC
Tints of Viking #4CBADC
RGB
CMYK
RGB Variations
Color information
#4CBADC (or 0x4CBADC) is known color: Viking. HEX triplet: 4C, BA and DC. RGB value is (76,186,220). Sum of RGB (Red+Green+Blue) = 76+186+220=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBADC is #B34523. Grayscale: #9C9C9C. Windows color (decimal): -11748644 or 14465612. OLE color: 14465612.
HSL color Cylindrical-coordinate representation of color #4CBADC: hue angle of 194.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBADC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 186 | 220 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.14 |
| HSL | 194.17º | 0.67% | 0.58% | - |
| HSV(B) | 194.17º | 0.65% | 0.86% | - |
| XYZ | 33.46 | 41.82 | 74.02 | - |
| YUV | 156.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 220 | 0.65 | 0.15 | 0 | 0.14 | 194.17 | 0.67 | 0.58 |
| Hex | 4C | BA | DC | 41 | F | 0 | E | C2 | 43 | 3A |
| Octal | 114 | 272 | 334 | 101 | 17 | 0 | 16 | 302 | 103 | 72 |
| Binary | 1001100 | 10111010 | 11011100 | 1000001 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111010 |
Color Harmonies of #4CBADC
Complementary color
Monochromatic Colors of #4CBADC
Black with #4CBADC
Text Example
Text Example
White with #4CBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBADC; }
p { color: rgb(76,186,220); }
H1.HeaderClassName
{
color: #4CBADC;
}
.AnyTagClassName
{
color: #4CBADC;
}
</style>
background-color css
<style>
a { background-color: #4CBADC; }
a { background-color: rgb(76,186,220); }
div.DivClassName
{
background-color: #4CBADC;
}
.BgClassName
{
background-color: #4CBADC;
}
</style>
border-color css
<style>
span { border-color: #4CBADC; }
span { border-color: rgb(76,186,220); }
td.TdClassName
{
border-color: #4CBADC;
}
.TagClassName
{
border-color: #4CBADC;
}
</style>