#48AFB0

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

Shades of Viking #48AFB0

Tints of Viking #48AFB0

Color information

#48AFB0 (or 0x48AFB0) is unknown color: approx Viking. HEX triplet: 48, AF and B0. RGB value is (72,175,176). Sum of RGB (Red+Green+Blue) = 72+175+176=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #48AFB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AFB0 is #B7504F. Grayscale: #909090. Windows color (decimal): -12013648 or 11579208. OLE color: 11579208.

HSL color Cylindrical-coordinate representation of color #48AFB0: hue angle of 180.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AFB0 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72175176-
CMYK0.590.0100.31
HSL180.58º41.94%48.63%-
HSV(B)180.58º59.09%69.02%-
XYZ25.8435.1746.5-
YUV144.32145.8876.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=17.02%
G=41.37%
B=41.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751760.590.0100.31180.5841.9448.63
Hex48AFB03B101Fb52a31
Octal1102572607310372655261
Binary10010001010111110110000111011101111110110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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