Shades of Viking #4BBCC3
Tints of Viking #4BBCC3
RGB
CMYK
RGB Variations
Color information
#4BBCC3 (or 0x4BBCC3) is known color: Viking. HEX triplet: 4B, BC and C3. RGB value is (75,188,195). Sum of RGB (Red+Green+Blue) = 75+188+195=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #4BBCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCC3 is #B4433C. Grayscale: #9A9A9A. Windows color (decimal): -11813693 or 12827723. OLE color: 12827723.
HSL color Cylindrical-coordinate representation of color #4BBCC3: hue angle of 183.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BBCC3 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 188 | 195 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.24 |
| HSL | 183.5º | 0.5% | 0.53% | - |
| HSV(B) | 183.5º | 0.62% | 0.76% | - |
| XYZ | 30.74 | 41.4 | 58 | - |
| YUV | 155.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 195 | 0.62 | 0.04 | 0 | 0.24 | 183.5 | 0.5 | 0.53 |
| Hex | 4B | BC | C3 | 3E | 4 | 0 | 18 | B8 | 32 | 35 |
| Octal | 113 | 274 | 303 | 76 | 4 | 0 | 30 | 270 | 62 | 65 |
| Binary | 1001011 | 10111100 | 11000011 | 111110 | 100 | 0 | 11000 | 10111000 | 110010 | 110101 |
Color Harmonies of #4BBCC3
Complementary color
Monochromatic Colors of #4BBCC3
Black with #4BBCC3
Text Example
Text Example
White with #4BBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCC3; }
p { color: rgb(75,188,195); }
H1.HeaderClassName
{
color: #4BBCC3;
}
.AnyTagClassName
{
color: #4BBCC3;
}
</style>
background-color css
<style>
a { background-color: #4BBCC3; }
a { background-color: rgb(75,188,195); }
div.DivClassName
{
background-color: #4BBCC3;
}
.BgClassName
{
background-color: #4BBCC3;
}
</style>
border-color css
<style>
span { border-color: #4BBCC3; }
span { border-color: rgb(75,188,195); }
td.TdClassName
{
border-color: #4BBCC3;
}
.TagClassName
{
border-color: #4BBCC3;
}
</style>