Shades of Viking #4BAFB7
Tints of Viking #4BAFB7
RGB
CMYK
RGB Variations
Color information
#4BAFB7 (or 0x4BAFB7) is known color: Viking. HEX triplet: 4B, AF and B7. RGB value is (75,175,183). Sum of RGB (Red+Green+Blue) = 75+175+183=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #4BAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFB7 is #B45048. Grayscale: #919191. Windows color (decimal): -11817033 or 12037963. OLE color: 12037963.
HSL color Cylindrical-coordinate representation of color #4BAFB7: hue angle of 184.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BAFB7 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 175 | 183 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.28 |
| HSL | 184.44º | 0.43% | 0.51% | - |
| HSV(B) | 184.44º | 0.59% | 0.72% | - |
| XYZ | 26.78 | 35.57 | 50.25 | - |
| YUV | 146.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 183 | 0.59 | 0.04 | 0 | 0.28 | 184.44 | 0.43 | 0.51 |
| Hex | 4B | AF | B7 | 3B | 4 | 0 | 1C | B8 | 2B | 33 |
| Octal | 113 | 257 | 267 | 73 | 4 | 0 | 34 | 270 | 53 | 63 |
| Binary | 1001011 | 10101111 | 10110111 | 111011 | 100 | 0 | 11100 | 10111000 | 101011 | 110011 |
Color Harmonies of #4BAFB7
Complementary color
Monochromatic Colors of #4BAFB7
Black with #4BAFB7
Text Example
Text Example
White with #4BAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFB7; }
p { color: rgb(75,175,183); }
H1.HeaderClassName
{
color: #4BAFB7;
}
.AnyTagClassName
{
color: #4BAFB7;
}
</style>
background-color css
<style>
a { background-color: #4BAFB7; }
a { background-color: rgb(75,175,183); }
div.DivClassName
{
background-color: #4BAFB7;
}
.BgClassName
{
background-color: #4BAFB7;
}
</style>
border-color css
<style>
span { border-color: #4BAFB7; }
span { border-color: rgb(75,175,183); }
td.TdClassName
{
border-color: #4BAFB7;
}
.TagClassName
{
border-color: #4BAFB7;
}
</style>