#48A7C1

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

Shades of Viking #48A7C1

Tints of Viking #48A7C1

Color information

#48A7C1 (or 0x48A7C1) is unknown color: approx Viking. HEX triplet: 48, A7 and C1. RGB value is (72,167,193). Sum of RGB (Red+Green+Blue) = 72+167+193=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #48A7C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A7C1 is #B7583E. Grayscale: #8D8D8D. Windows color (decimal): -12015679 or 12691272. OLE color: 12691272.

HSL color Cylindrical-coordinate representation of color #48A7C1: hue angle of 192.89º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A7C1 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB72167193-
CMYK0.630.1300.24
HSL192.89º49.39%51.96%-
HSV(B)192.89º62.69%75.69%-
XYZ26.1232.8755.42-
YUV141.56157.0378.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=16.67%
G=38.66%
B=44.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721671930.630.1300.24192.8949.3951.96
Hex48A7C13FD018c13134
Octal11024730177150303016164
Binary10010001010011111000001111111110101100011000001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,193); }

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

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

 a { background-color: rgb(72,167,193); }

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

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

 span { border-color: rgb(72,167,193); }

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