Shades of Viking #4CB0CD
Tints of Viking #4CB0CD
RGB
CMYK
RGB Variations
Color information
#4CB0CD (or 0x4CB0CD) is known color: Viking. HEX triplet: 4C, B0 and CD. RGB value is (76,176,205). Sum of RGB (Red+Green+Blue) = 76+176+205=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CB0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB0CD is #B34F32. Grayscale: #959595. Windows color (decimal): -11751219 or 13480012. OLE color: 13480012.
HSL color Cylindrical-coordinate representation of color #4CB0CD: hue angle of 193.49º degrees, saturation: 0.56, 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 #4CB0CD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 176 | 205 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.20 |
| HSL | 193.49º | 0.56% | 0.55% | - |
| HSV(B) | 193.49º | 0.63% | 0.8% | - |
| XYZ | 29.53 | 36.99 | 63.34 | - |
| YUV | 149.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 205 | 0.63 | 0.14 | 0 | 0.20 | 193.49 | 0.56 | 0.55 |
| Hex | 4C | B0 | CD | 3F | E | 0 | 14 | C1 | 38 | 37 |
| Octal | 114 | 260 | 315 | 77 | 16 | 0 | 24 | 301 | 70 | 67 |
| Binary | 1001100 | 10110000 | 11001101 | 111111 | 1110 | 0 | 10100 | 11000001 | 111000 | 110111 |
Color Harmonies of #4CB0CD
Complementary color
Monochromatic Colors of #4CB0CD
Black with #4CB0CD
Text Example
Text Example
White with #4CB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB0CD; }
p { color: rgb(76,176,205); }
H1.HeaderClassName
{
color: #4CB0CD;
}
.AnyTagClassName
{
color: #4CB0CD;
}
</style>
background-color css
<style>
a { background-color: #4CB0CD; }
a { background-color: rgb(76,176,205); }
div.DivClassName
{
background-color: #4CB0CD;
}
.BgClassName
{
background-color: #4CB0CD;
}
</style>
border-color css
<style>
span { border-color: #4CB0CD; }
span { border-color: rgb(76,176,205); }
td.TdClassName
{
border-color: #4CB0CD;
}
.TagClassName
{
border-color: #4CB0CD;
}
</style>