#48A5C6

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

Shades of Viking #48A5C6

Tints of Viking #48A5C6

Color information

#48A5C6 (or 0x48A5C6) is unknown color: approx Viking. HEX triplet: 48, A5 and C6. RGB value is (72,165,198). Sum of RGB (Red+Green+Blue) = 72+165+198=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #48A5C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A5C6 is #B75A39. Grayscale: #8C8C8C. Windows color (decimal): -12016186 or 13018440. OLE color: 13018440.

HSL color Cylindrical-coordinate representation of color #48A5C6: hue angle of 195.71º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48A5C6 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72165198-
CMYK0.640.1700.22
HSL195.71º52.5%52.94%-
HSV(B)195.71º63.64%77.65%-
XYZ26.3232.3758.29-
YUV140.95160.1978.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.55%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=16.55%
G=37.93%
B=45.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721651980.640.1700.22195.7152.552.94
Hex48A5C64011016c43435
Octal110245306100210263046465
Binary1001000101001011100011010000001000101011011000100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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