#478A9E

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

Shades of Hippie Blue #478A9E

Tints of Hippie Blue #478A9E

Color information

#478A9E (or 0x478A9E) is unknown color: approx Hippie Blue. HEX triplet: 47, 8A and 9E. RGB value is (71,138,158). Sum of RGB (Red+Green+Blue) = 71+138+158=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #478A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A9E is #B87561. Grayscale: #787878. Windows color (decimal): -12088674 or 10390087. OLE color: 10390087.

HSL color Cylindrical-coordinate representation of color #478A9E: hue angle of 193.79º 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 #478A9E is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71138158-
CMYK0.550.1300.38
HSL193.79º37.99%44.9%-
HSV(B)193.79º55.06%61.96%-
XYZ17.8621.9935.65-
YUV120.25149.392.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.35%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=19.35%
G=37.60%
B=43.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711381580.550.1300.38193.7937.9944.9
Hex478A9E37D026c2262d
Octal10721223667150463024655
Binary100011110001010100111101101111101010011011000010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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