#48A4BE

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

Shades of Viking #48A4BE

Tints of Viking #48A4BE

Color information

#48A4BE (or 0x48A4BE) is unknown color: approx Viking. HEX triplet: 48, A4 and BE. RGB value is (72,164,190). Sum of RGB (Red+Green+Blue) = 72+164+190=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #48A4BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A4BE is #B75B41. Grayscale: #8B8B8B. Windows color (decimal): -12016450 or 12493896. OLE color: 12493896.

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

Color convert

RGB72164190-
CMYK0.620.1400.25
HSL193.22º47.58%51.37%-
HSV(B)193.22º62.11%74.51%-
XYZ25.2431.6553.49-
YUV139.46156.5279.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.90%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=16.90%
G=38.50%
B=44.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721641900.620.1400.25193.2247.5851.37
Hex48A4BE3EE019c13033
Octal11024427676160313016063
Binary10010001010010010111110111110111001100111000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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