#48A4C5

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

Shades of Viking #48A4C5

Tints of Viking #48A4C5

Color information

#48A4C5 (or 0x48A4C5) is unknown color: approx Viking. HEX triplet: 48, A4 and C5. RGB value is (72,164,197). Sum of RGB (Red+Green+Blue) = 72+164+197=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #48A4C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4C5 is #B75B3A. Grayscale: #8C8C8C. Windows color (decimal): -12016443 or 12952648. OLE color: 12952648.

HSL color Cylindrical-coordinate representation of color #48A4C5: hue angle of 195.84º degrees, saturation: 0.52, 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 #48A4C5 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72164197-
CMYK0.630.1700.23
HSL195.84º51.87%52.75%-
HSV(B)195.84º63.45%77.25%-
XYZ26.0331.9657.62-
YUV140.25160.0279.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=16.63%
G=37.88%
B=45.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721641970.630.1700.23195.8451.8752.75
Hex48A4C53F11017c43435
Octal11024430577210273046465
Binary100100010100100110001011111111000101011111000100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,197); }

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

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

 a { background-color: rgb(72,164,197); }

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

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

 span { border-color: rgb(72,164,197); }

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