#48A3C9

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

Shades of Viking #48A3C9

Tints of Viking #48A3C9

Color information

#48A3C9 (or 0x48A3C9) is unknown color: approx Viking. HEX triplet: 48, A3 and C9. RGB value is (72,163,201). Sum of RGB (Red+Green+Blue) = 72+163+201=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #48A3C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A3C9 is #B75C36. Grayscale: #8B8B8B. Windows color (decimal): -12016695 or 13214536. OLE color: 13214536.

HSL color Cylindrical-coordinate representation of color #48A3C9: hue angle of 197.67º degrees, saturation: 0.54, 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 #48A3C9 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72163201-
CMYK0.640.1900.21
HSL197.67º54.43%53.53%-
HSV(B)197.67º64.18%78.82%-
XYZ26.3131.7960.01-
YUV140.12162.3579.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.51%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=16.51%
G=37.39%
B=46.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721632010.640.1900.21197.6754.4353.53
Hex48A3C94013015c63636
Octal110243311100230253066666
Binary1001000101000111100100110000001001101010111000110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,163,201); }

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

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

 a { background-color: rgb(72,163,201); }

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

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

 span { border-color: rgb(72,163,201); }

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