Shades of Viking #48AFC4
Tints of Viking #48AFC4
RGB
CMYK
RGB Variations
Color information
#48AFC4 (or 0x48AFC4) is known color: Viking. HEX triplet: 48, AF and C4. RGB value is (72,175,196). Sum of RGB (Red+Green+Blue) = 72+175+196=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #48AFC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFC4 is #B7503B. Grayscale: #929292. Windows color (decimal): -12013628 or 12889928. OLE color: 12889928.
HSL color Cylindrical-coordinate representation of color #48AFC4: hue angle of 190.16º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48AFC4 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 175 | 196 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.23 |
| HSL | 190.16º | 0.51% | 0.53% | - |
| HSV(B) | 190.16º | 0.63% | 0.77% | - |
| XYZ | 27.97 | 36.02 | 57.7 | - |
| YUV | 146.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 175 | 196 | 0.63 | 0.11 | 0 | 0.23 | 190.16 | 0.51 | 0.53 |
| Hex | 48 | AF | C4 | 3F | B | 0 | 17 | BE | 33 | 35 |
| Octal | 110 | 257 | 304 | 77 | 13 | 0 | 27 | 276 | 63 | 65 |
| Binary | 1001000 | 10101111 | 11000100 | 111111 | 1011 | 0 | 10111 | 10111110 | 110011 | 110101 |
Color Harmonies of #48AFC4
Complementary color
Monochromatic Colors of #48AFC4
Black with #48AFC4
Text Example
Text Example
White with #48AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AFC4; }
p { color: rgb(72,175,196); }
H1.HeaderClassName
{
color: #48AFC4;
}
.AnyTagClassName
{
color: #48AFC4;
}
</style>
background-color css
<style>
a { background-color: #48AFC4; }
a { background-color: rgb(72,175,196); }
div.DivClassName
{
background-color: #48AFC4;
}
.BgClassName
{
background-color: #48AFC4;
}
</style>
border-color css
<style>
span { border-color: #48AFC4; }
span { border-color: rgb(72,175,196); }
td.TdClassName
{
border-color: #48AFC4;
}
.TagClassName
{
border-color: #48AFC4;
}
</style>