Shades of Viking #48A4B6
Tints of Viking #48A4B6
RGB
CMYK
RGB Variations
Color information
#48A4B6 (or 0x48A4B6) is known color: Viking. HEX triplet: 48, A4 and B6. RGB value is (72,164,182). Sum of RGB (Red+Green+Blue) = 72+164+182=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #48A4B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4B6 is #B75B49. Grayscale: #8A8A8A. Windows color (decimal): -12016458 or 11969608. OLE color: 11969608.
HSL color Cylindrical-coordinate representation of color #48A4B6: hue angle of 189.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48A4B6 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 164 | 182 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.29 |
| HSL | 189.82º | 0.43% | 0.5% | - |
| HSV(B) | 189.82º | 0.6% | 0.71% | - |
| XYZ | 24.39 | 31.31 | 49.01 | - |
| YUV | 138.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 182 | 0.60 | 0.10 | 0 | 0.29 | 189.82 | 0.43 | 0.5 |
| Hex | 48 | A4 | B6 | 3C | A | 0 | 1D | BE | 2B | 32 |
| Octal | 110 | 244 | 266 | 74 | 12 | 0 | 35 | 276 | 53 | 62 |
| Binary | 1001000 | 10100100 | 10110110 | 111100 | 1010 | 0 | 11101 | 10111110 | 101011 | 110010 |
Color Harmonies of #48A4B6
Complementary color
Monochromatic Colors of #48A4B6
Black with #48A4B6
Text Example
Text Example
White with #48A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A4B6; }
p { color: rgb(72,164,182); }
H1.HeaderClassName
{
color: #48A4B6;
}
.AnyTagClassName
{
color: #48A4B6;
}
</style>
background-color css
<style>
a { background-color: #48A4B6; }
a { background-color: rgb(72,164,182); }
div.DivClassName
{
background-color: #48A4B6;
}
.BgClassName
{
background-color: #48A4B6;
}
</style>
border-color css
<style>
span { border-color: #48A4B6; }
span { border-color: rgb(72,164,182); }
td.TdClassName
{
border-color: #48A4B6;
}
.TagClassName
{
border-color: #48A4B6;
}
</style>