Shades of Viking #4CA5BC
Tints of Viking #4CA5BC
RGB
CMYK
RGB Variations
Color information
#4CA5BC (or 0x4CA5BC) is known color: Viking. HEX triplet: 4C, A5 and BC. RGB value is (76,165,188). Sum of RGB (Red+Green+Blue) = 76+165+188=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CA5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA5BC is #B35A43. Grayscale: #8C8C8C. Windows color (decimal): -11754052 or 12363084. OLE color: 12363084.
HSL color Cylindrical-coordinate representation of color #4CA5BC: hue angle of 192.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CA5BC is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 165 | 188 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.26 |
| HSL | 192.32º | 0.46% | 0.52% | - |
| HSV(B) | 192.32º | 0.6% | 0.74% | - |
| XYZ | 25.51 | 32.08 | 52.42 | - |
| YUV | 141.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 165 | 188 | 0.60 | 0.12 | 0 | 0.26 | 192.32 | 0.46 | 0.52 |
| Hex | 4C | A5 | BC | 3C | C | 0 | 1A | C0 | 2E | 34 |
| Octal | 114 | 245 | 274 | 74 | 14 | 0 | 32 | 300 | 56 | 64 |
| Binary | 1001100 | 10100101 | 10111100 | 111100 | 1100 | 0 | 11010 | 11000000 | 101110 | 110100 |
Color Harmonies of #4CA5BC
Complementary color
Monochromatic Colors of #4CA5BC
Black with #4CA5BC
Text Example
Text Example
White with #4CA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA5BC; }
p { color: rgb(76,165,188); }
H1.HeaderClassName
{
color: #4CA5BC;
}
.AnyTagClassName
{
color: #4CA5BC;
}
</style>
background-color css
<style>
a { background-color: #4CA5BC; }
a { background-color: rgb(76,165,188); }
div.DivClassName
{
background-color: #4CA5BC;
}
.BgClassName
{
background-color: #4CA5BC;
}
</style>
border-color css
<style>
span { border-color: #4CA5BC; }
span { border-color: rgb(76,165,188); }
td.TdClassName
{
border-color: #4CA5BC;
}
.TagClassName
{
border-color: #4CA5BC;
}
</style>