Shades of Viking #4CB5CA
Tints of Viking #4CB5CA
RGB
CMYK
RGB Variations
Color information
#4CB5CA (or 0x4CB5CA) is known color: Viking. HEX triplet: 4C, B5 and CA. RGB value is (76,181,202). Sum of RGB (Red+Green+Blue) = 76+181+202=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CB5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB5CA is #B34A35. Grayscale: #979797. Windows color (decimal): -11749942 or 13284684. OLE color: 13284684.
HSL color Cylindrical-coordinate representation of color #4CB5CA: hue angle of 190º 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 #4CB5CA is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 181 | 202 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.21 |
| HSL | 190º | 0.54% | 0.55% | - |
| HSV(B) | 190º | 0.62% | 0.79% | - |
| XYZ | 30.17 | 38.85 | 61.79 | - |
| YUV | 152 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 202 | 0.62 | 0.10 | 0 | 0.21 | 190 | 0.54 | 0.55 |
| Hex | 4C | B5 | CA | 3E | A | 0 | 15 | BE | 36 | 37 |
| Octal | 114 | 265 | 312 | 76 | 12 | 0 | 25 | 276 | 66 | 67 |
| Binary | 1001100 | 10110101 | 11001010 | 111110 | 1010 | 0 | 10101 | 10111110 | 110110 | 110111 |
Color Harmonies of #4CB5CA
Complementary color
Monochromatic Colors of #4CB5CA
Black with #4CB5CA
Text Example
Text Example
White with #4CB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB5CA; }
p { color: rgb(76,181,202); }
H1.HeaderClassName
{
color: #4CB5CA;
}
.AnyTagClassName
{
color: #4CB5CA;
}
</style>
background-color css
<style>
a { background-color: #4CB5CA; }
a { background-color: rgb(76,181,202); }
div.DivClassName
{
background-color: #4CB5CA;
}
.BgClassName
{
background-color: #4CB5CA;
}
</style>
border-color css
<style>
span { border-color: #4CB5CA; }
span { border-color: rgb(76,181,202); }
td.TdClassName
{
border-color: #4CB5CA;
}
.TagClassName
{
border-color: #4CB5CA;
}
</style>