Html Css Color HEX #478790 Hippie Blue

📋 copy color: '#478790'

red 71 ◦ green 135 ◦ blue 144

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

Shades of Hippie Blue #478790

Tints of Hippie Blue #478790

RGB

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

 GREEN value IS 135 (53.13% 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 value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#478790 (or 0x478790) is known color: 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

RGB 71 135 144 -
CMYK 0.51 0.06 0 0.44
HSL 187.4º 0.34% 0.42% -
HSV(B) 187.4º 0.51% 0.56% -
XYZ 16.3 20.68 29.52 -
YUV 116.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 71 135 144 0.51 0.06 0 0.44 187.4 0.34 0.42
Hex 47 87 90 33 6 0 2C BB 22 2A
Octal 107 207 220 63 6 0 54 273 42 52
Binary 1000111 10000111 10010000 110011 110 0 101100 10111011 100010 101010

Color Harmonies of #478790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478790

Black with #478790

Text Example


Text Example

White with #478790

Text Example


Text Example

HTML Codes & Css Web 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>