Html Css Color HEX #477F99 Hippie Blue

📋 copy color: '#477F99'

red 71 ◦ green 127 ◦ blue 153

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

Shades of Hippie Blue #477F99

Tints of Hippie Blue #477F99

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 20.23%
G = 36.18%
B = 43.59%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#477F99 (or 0x477F99) is known color: Hippie Blue. HEX triplet: 47, 7F and 99. RGB value is (71,127,153). Sum of RGB (Red+Green+Blue) = 71+127+153=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #477F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F99 is #B88066. Grayscale: #717171. Windows color (decimal): -12091495 or 10059591. OLE color: 10059591.

HSL color Cylindrical-coordinate representation of color #477F99: hue angle of 199.02º 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 #477F99 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 127 153 -
CMYK 0.54 0.17 0 0.4
HSL 199.02º 0.37% 0.44% -
HSV(B) 199.02º 0.54% 0.6% -
XYZ 15.94 18.82 32.93 -
YUV 113.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 71 127 153 0.54 0.17 0 0.4 199.02 0.37 0.44
Hex 47 7F 99 36 11 0 28 C7 25 2C
Octal 107 177 231 66 21 0 50 307 45 54
Binary 1000111 1111111 10011001 110110 10001 0 101000 11000111 100101 101100

Color Harmonies of #477F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F99

Black with #477F99

Text Example


Text Example

White with #477F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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