#49819B

Color #49819B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #49819B

Tints of Hippie Blue #49819B

Color information

#49819B (or 0x49819B) is unknown color: approx Hippie Blue. HEX triplet: 49, 81 and 9B. RGB value is (73,129,155). Sum of RGB (Red+Green+Blue) = 73+129+155=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #49819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49819B is #B67E64. Grayscale: #737373. Windows color (decimal): -11959909 or 10191177. OLE color: 10191177.

HSL color Cylindrical-coordinate representation of color #49819B: hue angle of 199.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49819B is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73129155-
CMYK0.530.1700.39
HSL199.02º35.96%44.71%-
HSV(B)199.02º52.9%60.78%-
XYZ16.5119.4833.9-
YUV115.22150.4597.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=20.45%
G=36.13%
B=43.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731291550.530.1700.39199.0235.9644.71
Hex49819B3511027c7242d
Octal11120123365210473074455
Binary1001001100000011001101111010110001010011111000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49819B; }

 p { color: rgb(73,129,155); }

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

<style>
 a { background-color: #49819B; }

 a { background-color: rgb(73,129,155); }

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

<style>
 span { border-color: #49819B; }

 span { border-color: rgb(73,129,155); }

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