#478692

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

Shades of Hippie Blue #478692

Tints of Hippie Blue #478692

Color information

#478692 (or 0x478692) is unknown color: approx Hippie Blue. HEX triplet: 47, 86 and 92. RGB value is (71,134,146). Sum of RGB (Red+Green+Blue) = 71+134+146=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #478692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478692 is #B8796D. Grayscale: #747474. Windows color (decimal): -12089710 or 9602631. OLE color: 9602631.

HSL color Cylindrical-coordinate representation of color #478692: hue angle of 189.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478692 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71134146-
CMYK0.510.0800.43
HSL189.6º34.56%42.55%-
HSV(B)189.6º51.37%57.25%-
XYZ16.3120.4730.28-
YUV116.53144.6395.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=20.23%
G=38.18%
B=41.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711341460.510.0800.43189.634.5642.55
Hex47869233802Bbe232b
Octal10720622263100532764353
Binary100011110000110100100101100111000010101110111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478692; }

 p { color: rgb(71,134,146); }

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

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

 a { background-color: rgb(71,134,146); }

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

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

 span { border-color: rgb(71,134,146); }

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