#48AABE

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

Shades of Viking #48AABE

Tints of Viking #48AABE

Color information

#48AABE (or 0x48AABE) is unknown color: approx Viking. HEX triplet: 48, AA and BE. RGB value is (72,170,190). Sum of RGB (Red+Green+Blue) = 72+170+190=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #48AABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AABE is #B75541. Grayscale: #8E8E8E. Windows color (decimal): -12014914 or 12495432. OLE color: 12495432.

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

Color convert

RGB72170190-
CMYK0.620.1100.25
HSL190.17º47.58%51.37%-
HSV(B)190.17º62.11%74.51%-
XYZ26.3433.8453.86-
YUV142.98154.5377.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=16.67%
G=39.35%
B=43.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721701900.620.1100.25190.1747.5851.37
Hex48AABE3EB019be3033
Octal11025227676130312766063
Binary10010001010101010111110111110101101100110111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,190); }

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

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

 a { background-color: rgb(72,170,190); }

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

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

 span { border-color: rgb(72,170,190); }

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