Html Css Color HEX #478691 Hippie Blue

📋 copy color: '#478691'

red 71 ◦ green 134 ◦ blue 145

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

Shades of Hippie Blue #478691

Tints of Hippie Blue #478691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 20.29%
G = 38.29%
B = 41.43%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478691 (or 0x478691) is known color: Hippie Blue. HEX triplet: 47, 86 and 91. RGB value is (71,134,145). Sum of RGB (Red+Green+Blue) = 71+134+145=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #478691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478691 is #B8796E. Grayscale: #747474. Windows color (decimal): -12089711 or 9537095. OLE color: 9537095.

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

Color convert

RGB 71 134 145 -
CMYK 0.51 0.08 0 0.43
HSL 188.92º 0.34% 0.42% -
HSV(B) 188.92º 0.51% 0.57% -
XYZ 16.23 20.43 29.88 -
YUV 116.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 71 134 145 0.51 0.08 0 0.43 188.92 0.34 0.42
Hex 47 86 91 33 8 0 2B BD 22 2A
Octal 107 206 221 63 10 0 53 275 42 52
Binary 1000111 10000110 10010001 110011 1000 0 101011 10111101 100010 101010

Color Harmonies of #478691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478691

Black with #478691

Text Example


Text Example

White with #478691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478691; }

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

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

background-color css

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

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

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

border-color css

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

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

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