#478A9F

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

Shades of Hippie Blue #478A9F

Tints of Hippie Blue #478A9F

Color information

#478A9F (or 0x478A9F) is unknown color: approx Hippie Blue. HEX triplet: 47, 8A and 9F. RGB value is (71,138,159). Sum of RGB (Red+Green+Blue) = 71+138+159=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #478A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A9F is #B87560. Grayscale: #787878. Windows color (decimal): -12088673 or 10455623. OLE color: 10455623.

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

Color convert

RGB71138159-
CMYK0.550.1300.38
HSL194.32º38.26%45.1%-
HSV(B)194.32º55.35%62.35%-
XYZ17.9522.0236.11-
YUV120.36149.892.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=19.29%
G=37.5%
B=43.21%

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
Decimal711381590.550.1300.38194.3238.2645.1
Hex478A9F37D026c2262d
Octal10721223767150463024655
Binary100011110001010100111111101111101010011011000010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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