#48A0BF

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

Shades of Viking #48A0BF

Tints of Viking #48A0BF

Color information

#48A0BF (or 0x48A0BF) is unknown color: approx Viking. HEX triplet: 48, A0 and BF. RGB value is (72,160,191). Sum of RGB (Red+Green+Blue) = 72+160+191=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #48A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A0BF is #B75F40. Grayscale: #898989. Windows color (decimal): -12017473 or 12558408. OLE color: 12558408.

HSL color Cylindrical-coordinate representation of color #48A0BF: hue angle of 195.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A0BF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72160191-
CMYK0.620.1600.25
HSL195.63º48.18%51.57%-
HSV(B)195.63º62.3%74.9%-
XYZ24.6530.2853.84-
YUV137.22158.3581.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 191 (75% from 255) = 45.15%
R=17.02%
G=37.83%
B=45.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721601910.620.1600.25195.6348.1851.57
Hex48A0BF3E10019c43034
Octal11024027776200313046064
Binary100100010100000101111111111101000001100111000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,160,191); }

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

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

 a { background-color: rgb(72,160,191); }

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

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

 span { border-color: rgb(72,160,191); }

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