#4798A0

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

Shades of Hippie Blue #4798A0

Tints of Hippie Blue #4798A0

Color information

#4798A0 (or 0x4798A0) is unknown color: approx Hippie Blue. HEX triplet: 47, 98 and A0. RGB value is (71,152,160). Sum of RGB (Red+Green+Blue) = 71+152+160=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #4798A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4798A0 is #B8675F. Grayscale: #808080. Windows color (decimal): -12085088 or 10524743. OLE color: 10524743.

HSL color Cylindrical-coordinate representation of color #4798A0: hue angle of 185.39º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4798A0 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB71152160-
CMYK0.560.0500.37
HSL185.39º38.53%45.29%-
HSV(B)185.39º55.62%62.75%-
XYZ20.1726.3337.28-
YUV128.69145.6686.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=18.54%
G=39.69%
B=41.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711521600.560.0500.37185.3938.5345.29
Hex4798A0385025b9272d
Octal1072302407050452714755
Binary10001111001100010100000111000101010010110111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4798A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4798A0; }

 p { color: rgb(71,152,160); }

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

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

 a { background-color: rgb(71,152,160); }

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

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

 span { border-color: rgb(71,152,160); }

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