Html Css Color HEX #478392 Hippie Blue

📋 copy color: '#478392'

red 71 ◦ green 131 ◦ blue 146

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

Shades of Hippie Blue #478392

Tints of Hippie Blue #478392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 20.4%
G = 37.64%
B = 41.95%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478392 (or 0x478392) is known color: Hippie Blue. HEX triplet: 47, 83 and 92. RGB value is (71,131,146). Sum of RGB (Red+Green+Blue) = 71+131+146=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #478392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478392 is #B87C6D. Grayscale: #727272. Windows color (decimal): -12090478 or 9601863. OLE color: 9601863.

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

Color convert

RGB 71 131 146 -
CMYK 0.51 0.10 0 0.43
HSL 192º 0.35% 0.43% -
HSV(B) 192º 0.51% 0.57% -
XYZ 15.9 19.65 30.15 -
YUV 114.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 71 131 146 0.51 0.10 0 0.43 192 0.35 0.43
Hex 47 83 92 33 A 0 2B C0 23 2B
Octal 107 203 222 63 12 0 53 300 43 53
Binary 1000111 10000011 10010010 110011 1010 0 101011 11000000 100011 101011

Color Harmonies of #478392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478392

Black with #478392

Text Example


Text Example

White with #478392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478392; }

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

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

background-color css

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

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

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

border-color css

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

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

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