Html Css Color HEX #478597 Hippie Blue

📋 copy color: '#478597'

red 71 ◦ green 133 ◦ blue 151

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

Shades of Hippie Blue #478597

Tints of Hippie Blue #478597

RGB

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

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

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

R = 20%
G = 37.46%
B = 42.54%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#478597 (or 0x478597) is known color: Hippie Blue. HEX triplet: 47, 85 and 97. RGB value is (71,133,151). Sum of RGB (Red+Green+Blue) = 71+133+151=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #478597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478597 is #B87A68. Grayscale: #747474. Windows color (decimal): -12089961 or 9930055. OLE color: 9930055.

HSL color Cylindrical-coordinate representation of color #478597: hue angle of 193.5º 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 #478597 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 133 151 -
CMYK 0.53 0.12 0 0.41
HSL 193.5º 0.36% 0.44% -
HSV(B) 193.5º 0.53% 0.59% -
XYZ 16.57 20.35 32.33 -
YUV 116.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 71 133 151 0.53 0.12 0 0.41 193.5 0.36 0.44
Hex 47 85 97 35 C 0 29 C2 24 2C
Octal 107 205 227 65 14 0 51 302 44 54
Binary 1000111 10000101 10010111 110101 1100 0 101001 11000010 100100 101100

Color Harmonies of #478597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478597

Black with #478597

Text Example


Text Example

White with #478597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478597; }

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

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

background-color css

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

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

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

border-color css

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

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

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