#48A5C5

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

Shades of Viking #48A5C5

Tints of Viking #48A5C5

Color information

#48A5C5 (or 0x48A5C5) is unknown color: approx Viking. HEX triplet: 48, A5 and C5. RGB value is (72,165,197). Sum of RGB (Red+Green+Blue) = 72+165+197=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #48A5C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A5C5 is #B75A3A. Grayscale: #8C8C8C. Windows color (decimal): -12016187 or 12952904. OLE color: 12952904.

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

Color convert

RGB72165197-
CMYK0.630.1600.23
HSL195.36º51.87%52.75%-
HSV(B)195.36º63.45%77.25%-
XYZ26.2132.3257.68-
YUV140.84159.6978.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.59%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=16.59%
G=38.02%
B=45.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721651970.630.1600.23195.3651.8752.75
Hex48A5C53F10017c33435
Octal11024530577200273036465
Binary100100010100101110001011111111000001011111000011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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