Html Css Color HEX #477D9F Hippie Blue

📋 copy color: '#477D9F'

red 71 ◦ green 125 ◦ blue 159

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

Shades of Hippie Blue #477D9F

Tints of Hippie Blue #477D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 20%
G = 35.21%
B = 44.79%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#477D9F (or 0x477D9F) is known color: Hippie Blue. HEX triplet: 47, 7D and 9F. RGB value is (71,125,159). Sum of RGB (Red+Green+Blue) = 71+125+159=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #477D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D9F is #B88260. Grayscale: #707070. Windows color (decimal): -12092001 or 10452295. OLE color: 10452295.

HSL color Cylindrical-coordinate representation of color #477D9F: hue angle of 203.18º 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 #477D9F is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 125 159 -
CMYK 0.55 0.21 0 0.38
HSL 203.18º 0.38% 0.45% -
HSV(B) 203.18º 0.55% 0.62% -
XYZ 16.19 18.51 35.52 -
YUV 112.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 71 125 159 0.55 0.21 0 0.38 203.18 0.38 0.45
Hex 47 7D 9F 37 15 0 26 CB 26 2D
Octal 107 175 237 67 25 0 46 313 46 55
Binary 1000111 1111101 10011111 110111 10101 0 100110 11001011 100110 101101

Color Harmonies of #477D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D9F

Black with #477D9F

Text Example


Text Example

White with #477D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,159); }

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

background-color css

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

 a { background-color: rgb(71,125,159); }

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

border-color css

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

 span { border-color: rgb(71,125,159); }

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