#478B9E

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

Shades of Hippie Blue #478B9E

Tints of Hippie Blue #478B9E

Color information

#478B9E (or 0x478B9E) is unknown color: approx Hippie Blue. HEX triplet: 47, 8B and 9E. RGB value is (71,139,158). Sum of RGB (Red+Green+Blue) = 71+139+158=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #478B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478B9E is #B87461. Grayscale: #787878. Windows color (decimal): -12088418 or 10390343. OLE color: 10390343.

HSL color Cylindrical-coordinate representation of color #478B9E: hue angle of 193.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #478B9E is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71139158-
CMYK0.550.1200.38
HSL193.1º37.99%44.9%-
HSV(B)193.1º55.06%61.96%-
XYZ1822.2735.7-
YUV120.83148.9792.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=19.29%
G=37.77%
B=42.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711391580.550.1200.38193.137.9944.9
Hex478B9E37C026c1262d
Octal10721323667140463014655
Binary100011110001011100111101101111100010011011000001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478B9E; }

 p { color: rgb(71,139,158); }

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

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

 a { background-color: rgb(71,139,158); }

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

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

 span { border-color: rgb(71,139,158); }

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