#48A2C0

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

Shades of Viking #48A2C0

Tints of Viking #48A2C0

Color information

#48A2C0 (or 0x48A2C0) is unknown color: approx Viking. HEX triplet: 48, A2 and C0. RGB value is (72,162,192). Sum of RGB (Red+Green+Blue) = 72+162+192=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #48A2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A2C0 is #B75D3F. Grayscale: #8A8A8A. Windows color (decimal): -12016960 or 12624456. OLE color: 12624456.

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

Color convert

RGB72162192-
CMYK0.630.1600.25
HSL195º48.78%51.76%-
HSV(B)195º62.5%75.29%-
XYZ25.1131.0254.53-
YUV138.51158.1880.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.90%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=16.90%
G=38.03%
B=45.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721621920.630.1600.2519548.7851.76
Hex48A2C03F10019c33134
Octal11024230077200313036164
Binary100100010100010110000001111111000001100111000011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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