#48AFB2

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

Shades of Viking #48AFB2

Tints of Viking #48AFB2

Color information

#48AFB2 (or 0x48AFB2) is unknown color: approx Viking. HEX triplet: 48, AF and B2. RGB value is (72,175,178). Sum of RGB (Red+Green+Blue) = 72+175+178=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #48AFB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AFB2 is #B7504D. Grayscale: #909090. Windows color (decimal): -12013646 or 11710280. OLE color: 11710280.

HSL color Cylindrical-coordinate representation of color #48AFB2: hue angle of 181.7º 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 #48AFB2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB72175178-
CMYK0.600.0200.30
HSL181.7º42.4%49.02%-
HSV(B)181.7º59.55%69.8%-
XYZ26.0435.2547.55-
YUV144.54146.8876.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=16.94%
G=41.18%
B=41.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721751780.600.0200.30181.742.449.02
Hex48AFB23C201Eb62a31
Octal1102572627420362665261
Binary100100010101111101100101111001001111010110110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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