Shades of Viking #4CB1CB
Tints of Viking #4CB1CB
RGB
CMYK
RGB Variations
Color information
#4CB1CB (or 0x4CB1CB) is known color: Viking. HEX triplet: 4C, B1 and CB. RGB value is (76,177,203). Sum of RGB (Red+Green+Blue) = 76+177+203=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CB1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1CB is #B34E34. Grayscale: #959595. Windows color (decimal): -11750965 or 13349196. OLE color: 13349196.
HSL color Cylindrical-coordinate representation of color #4CB1CB: hue angle of 192.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB1CB is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 177 | 203 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.20 |
| HSL | 192.28º | 0.55% | 0.55% | - |
| HSV(B) | 192.28º | 0.63% | 0.8% | - |
| XYZ | 29.48 | 37.29 | 62.14 | - |
| YUV | 149.77 | 158.04 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 203 | 0.63 | 0.13 | 0 | 0.20 | 192.28 | 0.55 | 0.55 |
| Hex | 4C | B1 | CB | 3F | D | 0 | 14 | C0 | 37 | 37 |
| Octal | 114 | 261 | 313 | 77 | 15 | 0 | 24 | 300 | 67 | 67 |
| Binary | 1001100 | 10110001 | 11001011 | 111111 | 1101 | 0 | 10100 | 11000000 | 110111 | 110111 |
Color Harmonies of #4CB1CB
Complementary color
Monochromatic Colors of #4CB1CB
Black with #4CB1CB
Text Example
Text Example
White with #4CB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB1CB; }
p { color: rgb(76,177,203); }
H1.HeaderClassName
{
color: #4CB1CB;
}
.AnyTagClassName
{
color: #4CB1CB;
}
</style>
background-color css
<style>
a { background-color: #4CB1CB; }
a { background-color: rgb(76,177,203); }
div.DivClassName
{
background-color: #4CB1CB;
}
.BgClassName
{
background-color: #4CB1CB;
}
</style>
border-color css
<style>
span { border-color: #4CB1CB; }
span { border-color: rgb(76,177,203); }
td.TdClassName
{
border-color: #4CB1CB;
}
.TagClassName
{
border-color: #4CB1CB;
}
</style>