#48A5BE

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

Shades of Viking #48A5BE

Tints of Viking #48A5BE

Color information

#48A5BE (or 0x48A5BE) is unknown color: approx Viking. HEX triplet: 48, A5 and BE. RGB value is (72,165,190). Sum of RGB (Red+Green+Blue) = 72+165+190=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #48A5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A5BE is #B75A41. Grayscale: #8B8B8B. Windows color (decimal): -12016194 or 12494152. OLE color: 12494152.

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

Color convert

RGB72165190-
CMYK0.620.1300.25
HSL192.71º47.58%51.37%-
HSV(B)192.71º62.11%74.51%-
XYZ25.4232.0153.55-
YUV140.04156.1979.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.86%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=16.86%
G=38.64%
B=44.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721651900.620.1300.25192.7147.5851.37
Hex48A5BE3ED019c13033
Octal11024527676150313016063
Binary10010001010010110111110111110110101100111000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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