Shades of Viking #4CB0CF
Tints of Viking #4CB0CF
RGB
CMYK
RGB Variations
Color information
#4CB0CF (or 0x4CB0CF) is known color: Viking. HEX triplet: 4C, B0 and CF. RGB value is (76,176,207). Sum of RGB (Red+Green+Blue) = 76+176+207=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CB0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB0CF is #B34F30. Grayscale: #959595. Windows color (decimal): -11751217 or 13611084. OLE color: 13611084.
HSL color Cylindrical-coordinate representation of color #4CB0CF: hue angle of 194.2º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB0CF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 176 | 207 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.19 |
| HSL | 194.2º | 0.58% | 0.55% | - |
| HSV(B) | 194.2º | 0.63% | 0.81% | - |
| XYZ | 29.77 | 37.09 | 64.62 | - |
| YUV | 149.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 207 | 0.63 | 0.15 | 0 | 0.19 | 194.2 | 0.58 | 0.55 |
| Hex | 4C | B0 | CF | 3F | F | 0 | 13 | C2 | 3A | 37 |
| Octal | 114 | 260 | 317 | 77 | 17 | 0 | 23 | 302 | 72 | 67 |
| Binary | 1001100 | 10110000 | 11001111 | 111111 | 1111 | 0 | 10011 | 11000010 | 111010 | 110111 |
Color Harmonies of #4CB0CF
Complementary color
Monochromatic Colors of #4CB0CF
Black with #4CB0CF
Text Example
Text Example
White with #4CB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB0CF; }
p { color: rgb(76,176,207); }
H1.HeaderClassName
{
color: #4CB0CF;
}
.AnyTagClassName
{
color: #4CB0CF;
}
</style>
background-color css
<style>
a { background-color: #4CB0CF; }
a { background-color: rgb(76,176,207); }
div.DivClassName
{
background-color: #4CB0CF;
}
.BgClassName
{
background-color: #4CB0CF;
}
</style>
border-color css
<style>
span { border-color: #4CB0CF; }
span { border-color: rgb(76,176,207); }
td.TdClassName
{
border-color: #4CB0CF;
}
.TagClassName
{
border-color: #4CB0CF;
}
</style>