Html Css Color HEX #478097 Hippie Blue

📋 copy color: '#478097'

red 71 ◦ green 128 ◦ blue 151

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

Shades of Hippie Blue #478097

Tints of Hippie Blue #478097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 20.29%
G = 36.57%
B = 43.14%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#478097 (or 0x478097) is known color: Hippie Blue. HEX triplet: 47, 80 and 97. RGB value is (71,128,151). Sum of RGB (Red+Green+Blue) = 71+128+151=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #478097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478097 is #B87F68. Grayscale: #717171. Windows color (decimal): -12091241 or 9928775. OLE color: 9928775.

HSL color Cylindrical-coordinate representation of color #478097: hue angle of 197.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #478097 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 128 151 -
CMYK 0.53 0.15 0 0.41
HSL 197.25º 0.36% 0.44% -
HSV(B) 197.25º 0.53% 0.59% -
XYZ 15.9 19.01 32.11 -
YUV 113.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 71 128 151 0.53 0.15 0 0.41 197.25 0.36 0.44
Hex 47 80 97 35 F 0 29 C5 24 2C
Octal 107 200 227 65 17 0 51 305 44 54
Binary 1000111 10000000 10010111 110101 1111 0 101001 11000101 100100 101100

Color Harmonies of #478097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478097

Black with #478097

Text Example


Text Example

White with #478097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478097; }

 p { color: rgb(71,128,151); }

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

background-color css

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

 a { background-color: rgb(71,128,151); }

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

border-color css

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

 span { border-color: rgb(71,128,151); }

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