#48A0C5

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

Shades of Viking #48A0C5

Tints of Viking #48A0C5

Color information

#48A0C5 (or 0x48A0C5) is unknown color: approx Viking. HEX triplet: 48, A0 and C5. RGB value is (72,160,197). Sum of RGB (Red+Green+Blue) = 72+160+197=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #48A0C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A0C5 is #B75F3A. Grayscale: #898989. Windows color (decimal): -12017467 or 12951624. OLE color: 12951624.

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

Color convert

RGB72160197-
CMYK0.630.1900.23
HSL197.76º51.87%52.75%-
HSV(B)197.76º63.45%77.25%-
XYZ25.3230.5557.39-
YUV137.91161.3580.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 197 (77.34% from 255) = 45.92%
R=16.78%
G=37.30%
B=45.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721601970.630.1900.23197.7651.8752.75
Hex48A0C53F13017c63435
Octal11024030577230273066465
Binary100100010100000110001011111111001101011111000110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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