#48ABBE

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

Shades of Viking #48ABBE

Tints of Viking #48ABBE

Color information

#48ABBE (or 0x48ABBE) is unknown color: approx Viking. HEX triplet: 48, AB and BE. RGB value is (72,171,190). Sum of RGB (Red+Green+Blue) = 72+171+190=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #48ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABBE is #B75441. Grayscale: #8F8F8F. Windows color (decimal): -12014658 or 12495688. OLE color: 12495688.

HSL color Cylindrical-coordinate representation of color #48ABBE: hue angle of 189.66º 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 #48ABBE is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72171190-
CMYK0.620.1000.25
HSL189.66º47.58%51.37%-
HSV(B)189.66º62.11%74.51%-
XYZ26.5334.2253.92-
YUV143.56154.276.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=16.63%
G=39.49%
B=43.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721711900.620.1000.25189.6647.5851.37
Hex48ABBE3EA019be3033
Octal11025327676120312766063
Binary10010001010101110111110111110101001100110111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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