#48A3C0

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

Shades of Viking #48A3C0

Tints of Viking #48A3C0

Color information

#48A3C0 (or 0x48A3C0) is unknown color: approx Viking. HEX triplet: 48, A3 and C0. RGB value is (72,163,192). Sum of RGB (Red+Green+Blue) = 72+163+192=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #48A3C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A3C0 is #B75C3F. Grayscale: #8A8A8A. Windows color (decimal): -12016704 or 12624712. OLE color: 12624712.

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

Color convert

RGB72163192-
CMYK0.630.1500.25
HSL194.5º48.78%51.76%-
HSV(B)194.5º62.5%75.29%-
XYZ25.2831.3854.59-
YUV139.1157.8580.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.86%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=16.86%
G=38.17%
B=44.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721631920.630.1500.25194.548.7851.76
Hex48A3C03FF019c23134
Octal11024330077170313026164
Binary10010001010001111000000111111111101100111000010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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