Html Css Color HEX #478595 Hippie Blue

📋 copy color: '#478595'

red 71 ◦ green 133 ◦ blue 149

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

Shades of Hippie Blue #478595

Tints of Hippie Blue #478595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 20.11%
G = 37.68%
B = 42.21%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#478595 (or 0x478595) is known color: Hippie Blue. HEX triplet: 47, 85 and 95. RGB value is (71,133,149). Sum of RGB (Red+Green+Blue) = 71+133+149=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #478595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478595 is #B87A6A. Grayscale: #747474. Windows color (decimal): -12089963 or 9798983. OLE color: 9798983.

HSL color Cylindrical-coordinate representation of color #478595: hue angle of 192.31º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478595 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 133 149 -
CMYK 0.52 0.11 0 0.42
HSL 192.31º 0.35% 0.43% -
HSV(B) 192.31º 0.52% 0.58% -
XYZ 16.41 20.28 31.48 -
YUV 116.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 71 133 149 0.52 0.11 0 0.42 192.31 0.35 0.43
Hex 47 85 95 34 B 0 2A C0 23 2B
Octal 107 205 225 64 13 0 52 300 43 53
Binary 1000111 10000101 10010101 110100 1011 0 101010 11000000 100011 101011

Color Harmonies of #478595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478595

Black with #478595

Text Example


Text Example

White with #478595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478595; }

 p { color: rgb(71,133,149); }

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

background-color css

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

 a { background-color: rgb(71,133,149); }

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

border-color css

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

 span { border-color: rgb(71,133,149); }

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