Shades of Viking #4BBEDC
Tints of Viking #4BBEDC
RGB
CMYK
RGB Variations
Color information
#4BBEDC (or 0x4BBEDC) is known color: Viking. HEX triplet: 4B, BE and DC. RGB value is (75,190,220). Sum of RGB (Red+Green+Blue) = 75+190+220=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 190 (74.61% from 255 or 39.18% 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 #4BBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEDC is #B44123. Grayscale: #9E9E9E. Windows color (decimal): -11813156 or 14466635. OLE color: 14466635.
HSL color Cylindrical-coordinate representation of color #4BBEDC: hue angle of 192.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BBEDC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 190 | 220 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.14 |
| HSL | 192.41º | 0.67% | 0.58% | - |
| HSV(B) | 192.41º | 0.66% | 0.86% | - |
| XYZ | 34.23 | 43.49 | 74.3 | - |
| YUV | 159.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 220 | 0.66 | 0.14 | 0 | 0.14 | 192.41 | 0.67 | 0.58 |
| Hex | 4B | BE | DC | 42 | E | 0 | E | C0 | 43 | 3A |
| Octal | 113 | 276 | 334 | 102 | 16 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001011 | 10111110 | 11011100 | 1000010 | 1110 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4BBEDC
Complementary color
Monochromatic Colors of #4BBEDC
Black with #4BBEDC
Text Example
Text Example
White with #4BBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBEDC; }
p { color: rgb(75,190,220); }
H1.HeaderClassName
{
color: #4BBEDC;
}
.AnyTagClassName
{
color: #4BBEDC;
}
</style>
background-color css
<style>
a { background-color: #4BBEDC; }
a { background-color: rgb(75,190,220); }
div.DivClassName
{
background-color: #4BBEDC;
}
.BgClassName
{
background-color: #4BBEDC;
}
</style>
border-color css
<style>
span { border-color: #4BBEDC; }
span { border-color: rgb(75,190,220); }
td.TdClassName
{
border-color: #4BBEDC;
}
.TagClassName
{
border-color: #4BBEDC;
}
</style>