Html Css Color HEX #478399 Hippie Blue

📋 copy color: '#478399'

red 71 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #478399

Tints of Hippie Blue #478399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 20%
G = 36.9%
B = 43.1%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#478399 (or 0x478399) is known color: Hippie Blue. HEX triplet: 47, 83 and 99. RGB value is (71,131,153). Sum of RGB (Red+Green+Blue) = 71+131+153=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #478399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478399 is #B87C66. Grayscale: #737373. Windows color (decimal): -12090471 or 10060615. OLE color: 10060615.

HSL color Cylindrical-coordinate representation of color #478399: hue angle of 196.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478399 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 131 153 -
CMYK 0.54 0.14 0 0.4
HSL 196.1º 0.37% 0.44% -
HSV(B) 196.1º 0.54% 0.6% -
XYZ 16.46 19.87 33.1 -
YUV 115.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 71 131 153 0.54 0.14 0 0.4 196.1 0.37 0.44
Hex 47 83 99 36 E 0 28 C4 25 2C
Octal 107 203 231 66 16 0 50 304 45 54
Binary 1000111 10000011 10011001 110110 1110 0 101000 11000100 100101 101100

Color Harmonies of #478399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478399

Black with #478399

Text Example


Text Example

White with #478399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478399; }

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

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

background-color css

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

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

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

border-color css

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

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

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