#498898

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

Shades of Hippie Blue #498898

Tints of Hippie Blue #498898

Color information

#498898 (or 0x498898) is unknown color: approx Hippie Blue. HEX triplet: 49, 88 and 98. RGB value is (73,136,152). Sum of RGB (Red+Green+Blue) = 73+136+152=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #498898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498898 is #B67767. Grayscale: #767676. Windows color (decimal): -11958120 or 9996361. OLE color: 9996361.

HSL color Cylindrical-coordinate representation of color #498898: hue angle of 192.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #498898 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73136152-
CMYK0.520.1100.40
HSL192.15º35.11%44.12%-
HSV(B)192.15º51.97%59.61%-
XYZ17.2221.2932.91-
YUV118.99146.6395.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.22%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=20.22%
G=37.67%
B=42.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731361520.520.1100.40192.1535.1144.12
Hex49889834B028c0232c
Octal11121023064130503004354
Binary100100110001000100110001101001011010100011000000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498898; }

 p { color: rgb(73,136,152); }

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

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

 a { background-color: rgb(73,136,152); }

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

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

 span { border-color: rgb(73,136,152); }

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