#48A5C0

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

Shades of Viking #48A5C0

Tints of Viking #48A5C0

Color information

#48A5C0 (or 0x48A5C0) is unknown color: approx Viking. HEX triplet: 48, A5 and C0. RGB value is (72,165,192). Sum of RGB (Red+Green+Blue) = 72+165+192=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #48A5C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A5C0 is #B75A3F. Grayscale: #8C8C8C. Windows color (decimal): -12016192 or 12625224. OLE color: 12625224.

HSL color Cylindrical-coordinate representation of color #48A5C0: hue angle of 193.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A5C0 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72165192-
CMYK0.630.1400.25
HSL193.5º48.78%51.76%-
HSV(B)193.5º62.5%75.29%-
XYZ25.6432.0954.71-
YUV140.27157.1979.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=16.78%
G=38.46%
B=44.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721651920.630.1400.25193.548.7851.76
Hex48A5C03FE019c23134
Octal11024530077160313026164
Binary10010001010010111000000111111111001100111000010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,192); }

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

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

 a { background-color: rgb(72,165,192); }

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

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

 span { border-color: rgb(72,165,192); }

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