#48A1BE

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

Shades of Viking #48A1BE

Tints of Viking #48A1BE

Color information

#48A1BE (or 0x48A1BE) is unknown color: approx Viking. HEX triplet: 48, A1 and BE. RGB value is (72,161,190). Sum of RGB (Red+Green+Blue) = 72+161+190=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #48A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A1BE is #B75E41. Grayscale: #898989. Windows color (decimal): -12017218 or 12493128. OLE color: 12493128.

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

Color convert

RGB72161190-
CMYK0.620.1500.25
HSL194.75º47.58%51.37%-
HSV(B)194.75º62.11%74.51%-
XYZ24.7130.5953.32-
YUV137.7157.5181.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=17.02%
G=38.06%
B=44.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721611900.620.1500.25194.7547.5851.37
Hex48A1BE3EF019c33033
Octal11024127676170313036063
Binary10010001010000110111110111110111101100111000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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