Shades of Viking #4CA7B2
Tints of Viking #4CA7B2
RGB
CMYK
RGB Variations
Color information
#4CA7B2 (or 0x4CA7B2) is known color: Viking. HEX triplet: 4C, A7 and B2. RGB value is (76,167,178). Sum of RGB (Red+Green+Blue) = 76+167+178=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #4CA7B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA7B2 is #B3584D. Grayscale: #8C8C8C. Windows color (decimal): -11753550 or 11708236. OLE color: 11708236.
HSL color Cylindrical-coordinate representation of color #4CA7B2: hue angle of 186.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CA7B2 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 167 | 178 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.30 |
| HSL | 186.47º | 0.4% | 0.5% | - |
| HSV(B) | 186.47º | 0.57% | 0.7% | - |
| XYZ | 24.84 | 32.39 | 47.06 | - |
| YUV | 141.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 167 | 178 | 0.57 | 0.06 | 0 | 0.30 | 186.47 | 0.4 | 0.5 |
| Hex | 4C | A7 | B2 | 39 | 6 | 0 | 1E | BA | 28 | 32 |
| Octal | 114 | 247 | 262 | 71 | 6 | 0 | 36 | 272 | 50 | 62 |
| Binary | 1001100 | 10100111 | 10110010 | 111001 | 110 | 0 | 11110 | 10111010 | 101000 | 110010 |
Color Harmonies of #4CA7B2
Complementary color
Monochromatic Colors of #4CA7B2
Black with #4CA7B2
Text Example
Text Example
White with #4CA7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA7B2; }
p { color: rgb(76,167,178); }
H1.HeaderClassName
{
color: #4CA7B2;
}
.AnyTagClassName
{
color: #4CA7B2;
}
</style>
background-color css
<style>
a { background-color: #4CA7B2; }
a { background-color: rgb(76,167,178); }
div.DivClassName
{
background-color: #4CA7B2;
}
.BgClassName
{
background-color: #4CA7B2;
}
</style>
border-color css
<style>
span { border-color: #4CA7B2; }
span { border-color: rgb(76,167,178); }
td.TdClassName
{
border-color: #4CA7B2;
}
.TagClassName
{
border-color: #4CA7B2;
}
</style>