#48a9d5

Color #48A9D5 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #48A9D5

Tints of Viking #48A9D5

Color information

#48A9D5 (or 0x48A9D5) is unknown color: approx Viking. HEX triplet: 48, A9 and D5. RGB value is (72,169,213). Sum of RGB (Red+Green+Blue) = 72+169+213=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #48A9D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A9D5 is #B7562A. Grayscale: #909090. Windows color (decimal): -12015147 or 14002504. OLE color: 14002504.

HSL color Cylindrical-coordinate representation of color #48A9D5: hue angle of 198.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48A9D5 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB72169213-
CMYK0.660.2100.16
HSL198.72º62.67%55.88%-
HSV(B)198.72º66.2%83.53%-
XYZ28.8734.5668.1-
YUV145.01166.3675.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 15.86%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=15.86%
G=37.22%
B=46.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal721692130.660.2100.16198.7262.6755.88
Hex48A9D54215010c73f38
Octal110251325102250203077770
Binary1001000101010011101010110000101010101000011000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a9d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48a9d5; }

 p { color: rgb(72,169,213); }

 H1.HeaderClassName
 {
   color: #48a9d5;
 }
 .AnyTagClassName
 {
   color: #48a9d5;
 }
</style>
background-color css

<style>
 a { background-color: #48a9d5; }

 a { background-color: rgb(72,169,213); }

 div.DivClassName
 {
   background-color: #48a9d5;
 }
 .BgClassName
 {
   background-color: #48a9d5;
 }
</style>
border-color css

<style>
 span { border-color: #48a9d5; }

 span { border-color: rgb(72,169,213); }

 td.TdClassName
 {
   border-color: #48a9d5;
 }
 .TagClassName
 {
   border-color: #48a9d5;
 }
</style>