Shades of Viking #4CBDDC
Tints of Viking #4CBDDC
RGB
CMYK
RGB Variations
Color information
#4CBDDC (or 0x4CBDDC) is known color: Viking. HEX triplet: 4C, BD and DC. RGB value is (76,189,220). Sum of RGB (Red+Green+Blue) = 76+189+220=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDDC is #B34223. Grayscale: #9E9E9E. Windows color (decimal): -11747876 or 14466380. OLE color: 14466380.
HSL color Cylindrical-coordinate representation of color #4CBDDC: hue angle of 192.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBDDC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 189 | 220 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.14 |
| HSL | 192.92º | 0.67% | 0.58% | - |
| HSV(B) | 192.92º | 0.65% | 0.86% | - |
| XYZ | 34.1 | 43.1 | 74.23 | - |
| YUV | 158.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 220 | 0.65 | 0.14 | 0 | 0.14 | 192.92 | 0.67 | 0.58 |
| Hex | 4C | BD | DC | 41 | E | 0 | E | C1 | 43 | 3A |
| Octal | 114 | 275 | 334 | 101 | 16 | 0 | 16 | 301 | 103 | 72 |
| Binary | 1001100 | 10111101 | 11011100 | 1000001 | 1110 | 0 | 1110 | 11000001 | 1000011 | 111010 |
Color Harmonies of #4CBDDC
Complementary color
Monochromatic Colors of #4CBDDC
Black with #4CBDDC
Text Example
Text Example
White with #4CBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDDC; }
p { color: rgb(76,189,220); }
H1.HeaderClassName
{
color: #4CBDDC;
}
.AnyTagClassName
{
color: #4CBDDC;
}
</style>
background-color css
<style>
a { background-color: #4CBDDC; }
a { background-color: rgb(76,189,220); }
div.DivClassName
{
background-color: #4CBDDC;
}
.BgClassName
{
background-color: #4CBDDC;
}
</style>
border-color css
<style>
span { border-color: #4CBDDC; }
span { border-color: rgb(76,189,220); }
td.TdClassName
{
border-color: #4CBDDC;
}
.TagClassName
{
border-color: #4CBDDC;
}
</style>