Shades of Viking #4BAFC3
Tints of Viking #4BAFC3
RGB
CMYK
RGB Variations
Color information
#4BAFC3 (or 0x4BAFC3) is known color: Viking. HEX triplet: 4B, AF and C3. RGB value is (75,175,195). Sum of RGB (Red+Green+Blue) = 75+175+195=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #4BAFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFC3 is #B4503C. Grayscale: #939393. Windows color (decimal): -11817021 or 12824395. OLE color: 12824395.
HSL color Cylindrical-coordinate representation of color #4BAFC3: hue angle of 190º 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 #4BAFC3 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 175 | 195 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.24 |
| HSL | 190º | 0.5% | 0.53% | - |
| HSV(B) | 190º | 0.62% | 0.76% | - |
| XYZ | 28.08 | 36.1 | 57.12 | - |
| YUV | 147.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 195 | 0.62 | 0.10 | 0 | 0.24 | 190 | 0.5 | 0.53 |
| Hex | 4B | AF | C3 | 3E | A | 0 | 18 | BE | 32 | 35 |
| Octal | 113 | 257 | 303 | 76 | 12 | 0 | 30 | 276 | 62 | 65 |
| Binary | 1001011 | 10101111 | 11000011 | 111110 | 1010 | 0 | 11000 | 10111110 | 110010 | 110101 |
Color Harmonies of #4BAFC3
Complementary color
Monochromatic Colors of #4BAFC3
Black with #4BAFC3
Text Example
Text Example
White with #4BAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFC3; }
p { color: rgb(75,175,195); }
H1.HeaderClassName
{
color: #4BAFC3;
}
.AnyTagClassName
{
color: #4BAFC3;
}
</style>
background-color css
<style>
a { background-color: #4BAFC3; }
a { background-color: rgb(75,175,195); }
div.DivClassName
{
background-color: #4BAFC3;
}
.BgClassName
{
background-color: #4BAFC3;
}
</style>
border-color css
<style>
span { border-color: #4BAFC3; }
span { border-color: rgb(75,175,195); }
td.TdClassName
{
border-color: #4BAFC3;
}
.TagClassName
{
border-color: #4BAFC3;
}
</style>