Shades of Viking #4CBFCB
Tints of Viking #4CBFCB
RGB
CMYK
RGB Variations
Color information
#4CBFCB (or 0x4CBFCB) is known color: Viking. HEX triplet: 4C, BF and CB. RGB value is (76,191,203). Sum of RGB (Red+Green+Blue) = 76+191+203=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CBFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFCB is #B34034. Grayscale: #9D9D9D. Windows color (decimal): -11747381 or 13352780. OLE color: 13352780.
HSL color Cylindrical-coordinate representation of color #4CBFCB: hue angle of 185.67º 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 #4CBFCB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 191 | 203 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.20 |
| HSL | 185.67º | 0.55% | 0.55% | - |
| HSV(B) | 185.67º | 0.63% | 0.8% | - |
| XYZ | 32.39 | 43.11 | 63.11 | - |
| YUV | 157.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 203 | 0.63 | 0.06 | 0 | 0.20 | 185.67 | 0.55 | 0.55 |
| Hex | 4C | BF | CB | 3F | 6 | 0 | 14 | BA | 37 | 37 |
| Octal | 114 | 277 | 313 | 77 | 6 | 0 | 24 | 272 | 67 | 67 |
| Binary | 1001100 | 10111111 | 11001011 | 111111 | 110 | 0 | 10100 | 10111010 | 110111 | 110111 |
Color Harmonies of #4CBFCB
Complementary color
Monochromatic Colors of #4CBFCB
Black with #4CBFCB
Text Example
Text Example
White with #4CBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFCB; }
p { color: rgb(76,191,203); }
H1.HeaderClassName
{
color: #4CBFCB;
}
.AnyTagClassName
{
color: #4CBFCB;
}
</style>
background-color css
<style>
a { background-color: #4CBFCB; }
a { background-color: rgb(76,191,203); }
div.DivClassName
{
background-color: #4CBFCB;
}
.BgClassName
{
background-color: #4CBFCB;
}
</style>
border-color css
<style>
span { border-color: #4CBFCB; }
span { border-color: rgb(76,191,203); }
td.TdClassName
{
border-color: #4CBFCB;
}
.TagClassName
{
border-color: #4CBFCB;
}
</style>