Html Css Color HEX #478490 Hippie Blue

📋 copy color: '#478490'

red 71 ◦ green 132 ◦ blue 144

#478490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #478490

Tints of Hippie Blue #478490

RGB

 RED value IS 71 (28.13% from 255) = 20.46%

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 20.46%
G = 38.04%
B = 41.5%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#478490 (or 0x478490) is known color: Hippie Blue. HEX triplet: 47, 84 and 90. RGB value is (71,132,144). Sum of RGB (Red+Green+Blue) = 71+132+144=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #478490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478490 is #B87B6F. Grayscale: #737373. Windows color (decimal): -12090224 or 9471047. OLE color: 9471047.

HSL color Cylindrical-coordinate representation of color #478490: hue angle of 189.86º 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 #478490 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 132 144 -
CMYK 0.51 0.08 0 0.44
HSL 189.86º 0.34% 0.42% -
HSV(B) 189.86º 0.51% 0.56% -
XYZ 15.88 19.86 29.38 -
YUV 115.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 71 132 144 0.51 0.08 0 0.44 189.86 0.34 0.42
Hex 47 84 90 33 8 0 2C BE 22 2A
Octal 107 204 220 63 10 0 54 276 42 52
Binary 1000111 10000100 10010000 110011 1000 0 101100 10111110 100010 101010

Color Harmonies of #478490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478490

Black with #478490

Text Example


Text Example

White with #478490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478490; }

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

 H1.HeaderClassName
 {
   color: #478490;
 }
 .AnyTagClassName
 {
   color: #478490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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