Html Css Color HEX #477F9C Hippie Blue

📋 copy color: '#477F9C'

red 71 ◦ green 127 ◦ blue 156

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

Shades of Hippie Blue #477F9C

Tints of Hippie Blue #477F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 20.06%
G = 35.88%
B = 44.07%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#477F9C (or 0x477F9C) is known color: Hippie Blue. HEX triplet: 47, 7F and 9C. RGB value is (71,127,156). Sum of RGB (Red+Green+Blue) = 71+127+156=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #477F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F9C is #B88063. Grayscale: #717171. Windows color (decimal): -12091492 or 10256199. OLE color: 10256199.

HSL color Cylindrical-coordinate representation of color #477F9C: hue angle of 200.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477F9C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 127 156 -
CMYK 0.54 0.19 0 0.39
HSL 200.47º 0.37% 0.45% -
HSV(B) 200.47º 0.54% 0.61% -
XYZ 16.19 18.92 34.25 -
YUV 113.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 71 127 156 0.54 0.19 0 0.39 200.47 0.37 0.45
Hex 47 7F 9C 36 13 0 27 C8 25 2D
Octal 107 177 234 66 23 0 47 310 45 55
Binary 1000111 1111111 10011100 110110 10011 0 100111 11001000 100101 101101

Color Harmonies of #477F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F9C

Black with #477F9C

Text Example


Text Example

White with #477F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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