#498695

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

Shades of Hippie Blue #498695

Tints of Hippie Blue #498695

Color information

#498695 (or 0x498695) is unknown color: approx Hippie Blue. HEX triplet: 49, 86 and 95. RGB value is (73,134,149). Sum of RGB (Red+Green+Blue) = 73+134+149=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #498695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498695 is #B6796A. Grayscale: #757575. Windows color (decimal): -11958635 or 9799241. OLE color: 9799241.

HSL color Cylindrical-coordinate representation of color #498695: hue angle of 191.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498695 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73134149-
CMYK0.510.1000.42
HSL191.84º34.23%43.53%-
HSV(B)191.84º51.01%58.43%-
XYZ16.720.6431.54-
YUV117.47145.7996.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=20.51%
G=37.64%
B=41.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731341490.510.1000.42191.8434.2343.53
Hex49869533A02Ac0222c
Octal11120622563120523004254
Binary100100110000110100101011100111010010101011000000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498695; }

 p { color: rgb(73,134,149); }

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

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

 a { background-color: rgb(73,134,149); }

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

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

 span { border-color: rgb(73,134,149); }

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