Shades of Viking #48AECC
Tints of Viking #48AECC
RGB
CMYK
RGB Variations
Color information
#48AECC (or 0x48AECC) is known color: Viking. HEX triplet: 48, AE and CC. RGB value is (72,174,204). Sum of RGB (Red+Green+Blue) = 72+174+204=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #48AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AECC is #B75133. Grayscale: #929292. Windows color (decimal): -12013876 or 13413960. OLE color: 13413960.
HSL color Cylindrical-coordinate representation of color #48AECC: hue angle of 193.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48AECC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 174 | 204 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.2 |
| HSL | 193.64º | 0.56% | 0.54% | - |
| HSV(B) | 193.64º | 0.65% | 0.8% | - |
| XYZ | 28.71 | 36.01 | 62.56 | - |
| YUV | 146.92 | 160.21 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 204 | 0.65 | 0.15 | 0 | 0.2 | 193.64 | 0.56 | 0.54 |
| Hex | 48 | AE | CC | 41 | F | 0 | 14 | C2 | 38 | 36 |
| Octal | 110 | 256 | 314 | 101 | 17 | 0 | 24 | 302 | 70 | 66 |
| Binary | 1001000 | 10101110 | 11001100 | 1000001 | 1111 | 0 | 10100 | 11000010 | 111000 | 110110 |
Color Harmonies of #48AECC
Complementary color
Monochromatic Colors of #48AECC
Black with #48AECC
Text Example
Text Example
White with #48AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AECC; }
p { color: rgb(72,174,204); }
H1.HeaderClassName
{
color: #48AECC;
}
.AnyTagClassName
{
color: #48AECC;
}
</style>
background-color css
<style>
a { background-color: #48AECC; }
a { background-color: rgb(72,174,204); }
div.DivClassName
{
background-color: #48AECC;
}
.BgClassName
{
background-color: #48AECC;
}
</style>
border-color css
<style>
span { border-color: #48AECC; }
span { border-color: rgb(72,174,204); }
td.TdClassName
{
border-color: #48AECC;
}
.TagClassName
{
border-color: #48AECC;
}
</style>