Shades of Viking #4BABC3
Tints of Viking #4BABC3
RGB
CMYK
RGB Variations
Color information
#4BABC3 (or 0x4BABC3) is known color: Viking. HEX triplet: 4B, AB and C3. RGB value is (75,171,195). Sum of RGB (Red+Green+Blue) = 75+171+195=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #4BABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABC3 is #B4543C. Grayscale: #909090. Windows color (decimal): -11818045 or 12823371. OLE color: 12823371.
HSL color Cylindrical-coordinate representation of color #4BABC3: hue angle of 192º 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 #4BABC3 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 171 | 195 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.24 |
| HSL | 192º | 0.5% | 0.53% | - |
| HSV(B) | 192º | 0.62% | 0.76% | - |
| XYZ | 27.31 | 34.56 | 56.86 | - |
| YUV | 145.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 195 | 0.62 | 0.12 | 0 | 0.24 | 192 | 0.5 | 0.53 |
| Hex | 4B | AB | C3 | 3E | C | 0 | 18 | C0 | 32 | 35 |
| Octal | 113 | 253 | 303 | 76 | 14 | 0 | 30 | 300 | 62 | 65 |
| Binary | 1001011 | 10101011 | 11000011 | 111110 | 1100 | 0 | 11000 | 11000000 | 110010 | 110101 |
Color Harmonies of #4BABC3
Complementary color
Monochromatic Colors of #4BABC3
Black with #4BABC3
Text Example
Text Example
White with #4BABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABC3; }
p { color: rgb(75,171,195); }
H1.HeaderClassName
{
color: #4BABC3;
}
.AnyTagClassName
{
color: #4BABC3;
}
</style>
background-color css
<style>
a { background-color: #4BABC3; }
a { background-color: rgb(75,171,195); }
div.DivClassName
{
background-color: #4BABC3;
}
.BgClassName
{
background-color: #4BABC3;
}
</style>
border-color css
<style>
span { border-color: #4BABC3; }
span { border-color: rgb(75,171,195); }
td.TdClassName
{
border-color: #4BABC3;
}
.TagClassName
{
border-color: #4BABC3;
}
</style>