Shades of Viking #4CAECD
Tints of Viking #4CAECD
RGB
CMYK
RGB Variations
Color information
#4CAECD (or 0x4CAECD) is known color: Viking. HEX triplet: 4C, AE and CD. RGB value is (76,174,205). Sum of RGB (Red+Green+Blue) = 76+174+205=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAECD is #B35132. Grayscale: #949494. Windows color (decimal): -11751731 or 13479500. OLE color: 13479500.
HSL color Cylindrical-coordinate representation of color #4CAECD: hue angle of 194.42º 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 #4CAECD is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 174 | 205 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.20 |
| HSL | 194.42º | 0.56% | 0.55% | - |
| HSV(B) | 194.42º | 0.63% | 0.8% | - |
| XYZ | 29.14 | 36.22 | 63.21 | - |
| YUV | 148.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 174 | 205 | 0.63 | 0.15 | 0 | 0.20 | 194.42 | 0.56 | 0.55 |
| Hex | 4C | AE | CD | 3F | F | 0 | 14 | C2 | 38 | 37 |
| Octal | 114 | 256 | 315 | 77 | 17 | 0 | 24 | 302 | 70 | 67 |
| Binary | 1001100 | 10101110 | 11001101 | 111111 | 1111 | 0 | 10100 | 11000010 | 111000 | 110111 |
Color Harmonies of #4CAECD
Complementary color
Monochromatic Colors of #4CAECD
Black with #4CAECD
Text Example
Text Example
White with #4CAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAECD; }
p { color: rgb(76,174,205); }
H1.HeaderClassName
{
color: #4CAECD;
}
.AnyTagClassName
{
color: #4CAECD;
}
</style>
background-color css
<style>
a { background-color: #4CAECD; }
a { background-color: rgb(76,174,205); }
div.DivClassName
{
background-color: #4CAECD;
}
.BgClassName
{
background-color: #4CAECD;
}
</style>
border-color css
<style>
span { border-color: #4CAECD; }
span { border-color: rgb(76,174,205); }
td.TdClassName
{
border-color: #4CAECD;
}
.TagClassName
{
border-color: #4CAECD;
}
</style>