#49829B

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

Shades of Hippie Blue #49829B

Tints of Hippie Blue #49829B

Color information

#49829B (or 0x49829B) is unknown color: approx Hippie Blue. HEX triplet: 49, 82 and 9B. RGB value is (73,130,155). Sum of RGB (Red+Green+Blue) = 73+130+155=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #49829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49829B is #B67D64. Grayscale: #737373. Windows color (decimal): -11959653 or 10191433. OLE color: 10191433.

HSL color Cylindrical-coordinate representation of color #49829B: hue angle of 198.29º 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 #49829B is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73130155-
CMYK0.530.1600.39
HSL198.29º35.96%44.71%-
HSV(B)198.29º52.9%60.78%-
XYZ16.6519.7533.94-
YUV115.81150.1297.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=20.39%
G=36.31%
B=43.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731301550.530.1600.39198.2935.9644.71
Hex49829B3510027c6242d
Octal11120223365200473064455
Binary1001001100000101001101111010110000010011111000110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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