#48a6b2

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

Shades of Viking #48A6B2

Tints of Viking #48A6B2

Color information

#48A6B2 (or 0x48A6B2) is unknown color: approx Viking. HEX triplet: 48, A6 and B2. RGB value is (72,166,178). Sum of RGB (Red+Green+Blue) = 72+166+178=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #48A6B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A6B2 is #B7594D. Grayscale: #8B8B8B. Windows color (decimal): -12015950 or 11707976. OLE color: 11707976.

HSL color Cylindrical-coordinate representation of color #48A6B2: hue angle of 186.79º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48A6B2 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB72166178-
CMYK0.600.0700.30
HSL186.79º42.4%49.02%-
HSV(B)186.79º59.55%69.8%-
XYZ24.3431.8646.99-
YUV139.26149.8680.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=17.31%
G=39.90%
B=42.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721661780.600.0700.30186.7942.449.02
Hex48A6B23C701Ebb2a31
Octal1102462627470362735261
Binary1001000101001101011001011110011101111010111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a6b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,166,178); }

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

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

 a { background-color: rgb(72,166,178); }

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

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

 span { border-color: rgb(72,166,178); }

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