Shades of Viking #48A8CA
Tints of Viking #48A8CA
RGB
CMYK
RGB Variations
Color information
#48A8CA (or 0x48A8CA) is known color: Viking. HEX triplet: 48, A8 and CA. RGB value is (72,168,202). Sum of RGB (Red+Green+Blue) = 72+168+202=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #48A8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A8CA is #B75735. Grayscale: #8E8E8E. Windows color (decimal): -12015414 or 13281352. OLE color: 13281352.
HSL color Cylindrical-coordinate representation of color #48A8CA: hue angle of 195.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48A8CA is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 168 | 202 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.21 |
| HSL | 195.69º | 0.55% | 0.54% | - |
| HSV(B) | 195.69º | 0.64% | 0.79% | - |
| XYZ | 27.34 | 33.65 | 60.93 | - |
| YUV | 143.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 202 | 0.64 | 0.17 | 0 | 0.21 | 195.69 | 0.55 | 0.54 |
| Hex | 48 | A8 | CA | 40 | 11 | 0 | 15 | C4 | 37 | 36 |
| Octal | 110 | 250 | 312 | 100 | 21 | 0 | 25 | 304 | 67 | 66 |
| Binary | 1001000 | 10101000 | 11001010 | 1000000 | 10001 | 0 | 10101 | 11000100 | 110111 | 110110 |
Color Harmonies of #48A8CA
Complementary color
Monochromatic Colors of #48A8CA
Black with #48A8CA
Text Example
Text Example
White with #48A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A8CA; }
p { color: rgb(72,168,202); }
H1.HeaderClassName
{
color: #48A8CA;
}
.AnyTagClassName
{
color: #48A8CA;
}
</style>
background-color css
<style>
a { background-color: #48A8CA; }
a { background-color: rgb(72,168,202); }
div.DivClassName
{
background-color: #48A8CA;
}
.BgClassName
{
background-color: #48A8CA;
}
</style>
border-color css
<style>
span { border-color: #48A8CA; }
span { border-color: rgb(72,168,202); }
td.TdClassName
{
border-color: #48A8CA;
}
.TagClassName
{
border-color: #48A8CA;
}
</style>