Html Css Color HEX #478290 Hippie Blue

📋 copy color: '#478290'

red 71 ◦ green 130 ◦ blue 144

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

Shades of Hippie Blue #478290

Tints of Hippie Blue #478290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 20.58%
G = 37.68%
B = 41.74%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#478290 (or 0x478290) is known color: Hippie Blue. HEX triplet: 47, 82 and 90. RGB value is (71,130,144). Sum of RGB (Red+Green+Blue) = 71+130+144=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #478290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478290 is #B87D6F. Grayscale: #717171. Windows color (decimal): -12090736 or 9470535. OLE color: 9470535.

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

Color convert

RGB 71 130 144 -
CMYK 0.51 0.10 0 0.44
HSL 191.51º 0.34% 0.42% -
HSV(B) 191.51º 0.51% 0.56% -
XYZ 15.62 19.32 29.29 -
YUV 113.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 71 130 144 0.51 0.10 0 0.44 191.51 0.34 0.42
Hex 47 82 90 33 A 0 2C C0 22 2A
Octal 107 202 220 63 12 0 54 300 42 52
Binary 1000111 10000010 10010000 110011 1010 0 101100 11000000 100010 101010

Color Harmonies of #478290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478290

Black with #478290

Text Example


Text Example

White with #478290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478290; }

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

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

background-color css

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

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

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

border-color css

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

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

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