#478790

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

Shades of Hippie Blue #478790

Tints of Hippie Blue #478790

Color information

#478790 (or 0x478790) is unknown color: approx Hippie Blue. HEX triplet: 47, 87 and 90. RGB value is (71,135,144). Sum of RGB (Red+Green+Blue) = 71+135+144=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #478790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478790 is #B8786F. Grayscale: #747474. Windows color (decimal): -12089456 or 9471815. OLE color: 9471815.

HSL color Cylindrical-coordinate representation of color #478790: hue angle of 187.4º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478790 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71135144-
CMYK0.510.0600.44
HSL187.4º33.95%42.16%-
HSV(B)187.4º50.69%56.47%-
XYZ16.320.6829.52-
YUV116.89143.395.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=20.29%
G=38.57%
B=41.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711351440.510.0600.44187.433.9542.16
Hex47879033602Cbb222a
Octal1072072206360542734252
Binary10001111000011110010000110011110010110010111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478790; }

 p { color: rgb(71,135,144); }

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

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

 a { background-color: rgb(71,135,144); }

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

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

 span { border-color: rgb(71,135,144); }

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