Html Css Color HEX #478297 Hippie Blue

📋 copy color: '#478297'

red 71 ◦ green 130 ◦ blue 151

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

Shades of Hippie Blue #478297

Tints of Hippie Blue #478297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 20.17%
G = 36.93%
B = 42.9%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#478297 (or 0x478297) is known color: Hippie Blue. HEX triplet: 47, 82 and 97. RGB value is (71,130,151). Sum of RGB (Red+Green+Blue) = 71+130+151=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #478297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478297 is #B87D68. Grayscale: #727272. Windows color (decimal): -12090729 or 9929287. OLE color: 9929287.

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

Color convert

RGB 71 130 151 -
CMYK 0.53 0.14 0 0.41
HSL 195.75º 0.36% 0.44% -
HSV(B) 195.75º 0.53% 0.59% -
XYZ 16.17 19.54 32.2 -
YUV 114.75 148.45 96.79 -
System Red Green Blue C M Y K H S L
Decimal 71 130 151 0.53 0.14 0 0.41 195.75 0.36 0.44
Hex 47 82 97 35 E 0 29 C4 24 2C
Octal 107 202 227 65 16 0 51 304 44 54
Binary 1000111 10000010 10010111 110101 1110 0 101001 11000100 100100 101100

Color Harmonies of #478297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478297

Black with #478297

Text Example


Text Example

White with #478297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478297; }

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

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

background-color css

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

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

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

border-color css

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

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

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