Html Css Color HEX #477F9D Hippie Blue

📋 copy color: '#477F9D'

red 71 ◦ green 127 ◦ blue 157

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

Shades of Hippie Blue #477F9D

Tints of Hippie Blue #477F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 20%
G = 35.77%
B = 44.23%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#477F9D (or 0x477F9D) is known color: Hippie Blue. HEX triplet: 47, 7F and 9D. RGB value is (71,127,157). Sum of RGB (Red+Green+Blue) = 71+127+157=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #477F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F9D is #B88062. Grayscale: #717171. Windows color (decimal): -12091491 or 10321735. OLE color: 10321735.

HSL color Cylindrical-coordinate representation of color #477F9D: hue angle of 200.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477F9D is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 127 157 -
CMYK 0.55 0.19 0 0.38
HSL 200.93º 0.38% 0.45% -
HSV(B) 200.93º 0.55% 0.62% -
XYZ 16.27 18.95 34.7 -
YUV 113.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 71 127 157 0.55 0.19 0 0.38 200.93 0.38 0.45
Hex 47 7F 9D 37 13 0 26 C9 26 2D
Octal 107 177 235 67 23 0 46 311 46 55
Binary 1000111 1111111 10011101 110111 10011 0 100110 11001001 100110 101101

Color Harmonies of #477F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F9D

Black with #477F9D

Text Example


Text Example

White with #477F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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