Shades of Viking #48B5C4
Tints of Viking #48B5C4
RGB
CMYK
RGB Variations
Color information
#48B5C4 (or 0x48B5C4) is known color: Viking. HEX triplet: 48, B5 and C4. RGB value is (72,181,196). Sum of RGB (Red+Green+Blue) = 72+181+196=449 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.04% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #48B5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B5C4 is #B74A3B. Grayscale: #959595. Windows color (decimal): -12012092 or 12891464. OLE color: 12891464.
HSL color Cylindrical-coordinate representation of color #48B5C4: hue angle of 187.26º 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 #48B5C4 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 181 | 196 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.23 |
| HSL | 187.26º | 0.51% | 0.53% | - |
| HSV(B) | 187.26º | 0.63% | 0.77% | - |
| XYZ | 29.16 | 38.41 | 58.1 | - |
| YUV | 150.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 196 | 0.63 | 0.08 | 0 | 0.23 | 187.26 | 0.51 | 0.53 |
| Hex | 48 | B5 | C4 | 3F | 8 | 0 | 17 | BB | 33 | 35 |
| Octal | 110 | 265 | 304 | 77 | 10 | 0 | 27 | 273 | 63 | 65 |
| Binary | 1001000 | 10110101 | 11000100 | 111111 | 1000 | 0 | 10111 | 10111011 | 110011 | 110101 |
Color Harmonies of #48B5C4
Complementary color
Monochromatic Colors of #48B5C4
Black with #48B5C4
Text Example
Text Example
White with #48B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B5C4; }
p { color: rgb(72,181,196); }
H1.HeaderClassName
{
color: #48B5C4;
}
.AnyTagClassName
{
color: #48B5C4;
}
</style>
background-color css
<style>
a { background-color: #48B5C4; }
a { background-color: rgb(72,181,196); }
div.DivClassName
{
background-color: #48B5C4;
}
.BgClassName
{
background-color: #48B5C4;
}
</style>
border-color css
<style>
span { border-color: #48B5C4; }
span { border-color: rgb(72,181,196); }
td.TdClassName
{
border-color: #48B5C4;
}
.TagClassName
{
border-color: #48B5C4;
}
</style>