#49b5b8

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

Shades of Viking #49B5B8

Tints of Viking #49B5B8

Color information

#49B5B8 (or 0x49B5B8) is unknown color: approx Viking. HEX triplet: 49, B5 and B8. RGB value is (73,181,184). Sum of RGB (Red+Green+Blue) = 73+181+184=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #49B5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5B8 is #B64A47. Grayscale: #949494. Windows color (decimal): -11946568 or 12105033. OLE color: 12105033.

HSL color Cylindrical-coordinate representation of color #49B5B8: hue angle of 181.62º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B5B8 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB73181184-
CMYK0.600.0200.28
HSL181.62º43.87%50.39%-
HSV(B)181.62º60.33%72.16%-
XYZ27.9237.9251.2-
YUV149.05147.7273.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.67%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 184 (72.27% from 255) = 42.01%
R=16.67%
G=41.32%
B=42.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731811840.600.0200.28181.6243.8750.39
Hex49B5B83C201Cb62c32
Octal1112652707420342665462
Binary100100110110101101110001111001001110010110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b5b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49b5b8; }

 p { color: rgb(73,181,184); }

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

<style>
 a { background-color: #49b5b8; }

 a { background-color: rgb(73,181,184); }

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

<style>
 span { border-color: #49b5b8; }

 span { border-color: rgb(73,181,184); }

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