Shades of Viking #4CB2CA
Tints of Viking #4CB2CA
RGB
CMYK
RGB Variations
Color information
#4CB2CA (or 0x4CB2CA) is known color: Viking. HEX triplet: 4C, B2 and CA. RGB value is (76,178,202). Sum of RGB (Red+Green+Blue) = 76+178+202=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CB2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB2CA is #B34D35. Grayscale: #969696. Windows color (decimal): -11750710 or 13283916. OLE color: 13283916.
HSL color Cylindrical-coordinate representation of color #4CB2CA: hue angle of 191.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CB2CA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 178 | 202 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.21 |
| HSL | 191.43º | 0.54% | 0.55% | - |
| HSV(B) | 191.43º | 0.62% | 0.79% | - |
| XYZ | 29.56 | 37.64 | 61.58 | - |
| YUV | 150.24 | 157.21 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 202 | 0.62 | 0.12 | 0 | 0.21 | 191.43 | 0.54 | 0.55 |
| Hex | 4C | B2 | CA | 3E | C | 0 | 15 | BF | 36 | 37 |
| Octal | 114 | 262 | 312 | 76 | 14 | 0 | 25 | 277 | 66 | 67 |
| Binary | 1001100 | 10110010 | 11001010 | 111110 | 1100 | 0 | 10101 | 10111111 | 110110 | 110111 |
Color Harmonies of #4CB2CA
Complementary color
Monochromatic Colors of #4CB2CA
Black with #4CB2CA
Text Example
Text Example
White with #4CB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB2CA; }
p { color: rgb(76,178,202); }
H1.HeaderClassName
{
color: #4CB2CA;
}
.AnyTagClassName
{
color: #4CB2CA;
}
</style>
background-color css
<style>
a { background-color: #4CB2CA; }
a { background-color: rgb(76,178,202); }
div.DivClassName
{
background-color: #4CB2CA;
}
.BgClassName
{
background-color: #4CB2CA;
}
</style>
border-color css
<style>
span { border-color: #4CB2CA; }
span { border-color: rgb(76,178,202); }
td.TdClassName
{
border-color: #4CB2CA;
}
.TagClassName
{
border-color: #4CB2CA;
}
</style>