Shades of Viking #48A7BD
Tints of Viking #48A7BD
RGB
CMYK
RGB Variations
Color information
#48A7BD (or 0x48A7BD) is known color: Viking. HEX triplet: 48, A7 and BD. RGB value is (72,167,189). Sum of RGB (Red+Green+Blue) = 72+167+189=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #48A7BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7BD is #B75842. Grayscale: #8C8C8C. Windows color (decimal): -12015683 or 12429128. OLE color: 12429128.
HSL color Cylindrical-coordinate representation of color #48A7BD: hue angle of 191.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A7BD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 167 | 189 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.26 |
| HSL | 191.28º | 0.47% | 0.51% | - |
| HSV(B) | 191.28º | 0.62% | 0.74% | - |
| XYZ | 25.68 | 32.69 | 53.1 | - |
| YUV | 141.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 167 | 189 | 0.62 | 0.12 | 0 | 0.26 | 191.28 | 0.47 | 0.51 |
| Hex | 48 | A7 | BD | 3E | C | 0 | 1A | BF | 2F | 33 |
| Octal | 110 | 247 | 275 | 76 | 14 | 0 | 32 | 277 | 57 | 63 |
| Binary | 1001000 | 10100111 | 10111101 | 111110 | 1100 | 0 | 11010 | 10111111 | 101111 | 110011 |
Color Harmonies of #48A7BD
Complementary color
Monochromatic Colors of #48A7BD
Black with #48A7BD
Text Example
Text Example
White with #48A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A7BD; }
p { color: rgb(72,167,189); }
H1.HeaderClassName
{
color: #48A7BD;
}
.AnyTagClassName
{
color: #48A7BD;
}
</style>
background-color css
<style>
a { background-color: #48A7BD; }
a { background-color: rgb(72,167,189); }
div.DivClassName
{
background-color: #48A7BD;
}
.BgClassName
{
background-color: #48A7BD;
}
</style>
border-color css
<style>
span { border-color: #48A7BD; }
span { border-color: rgb(72,167,189); }
td.TdClassName
{
border-color: #48A7BD;
}
.TagClassName
{
border-color: #48A7BD;
}
</style>