Html Css Color HEX #477F9F Hippie Blue

📋 copy color: '#477F9F'

red 71 ◦ green 127 ◦ blue 159

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

Shades of Hippie Blue #477F9F

Tints of Hippie Blue #477F9F

RGB

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

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

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

R = 19.89%
G = 35.57%
B = 44.54%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#477F9F (or 0x477F9F) is known color: Hippie Blue. HEX triplet: 47, 7F and 9F. RGB value is (71,127,159). Sum of RGB (Red+Green+Blue) = 71+127+159=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #477F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F9F is #B88060. Grayscale: #717171. Windows color (decimal): -12091489 or 10452807. OLE color: 10452807.

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

Color convert

RGB 71 127 159 -
CMYK 0.55 0.20 0 0.38
HSL 201.82º 0.38% 0.45% -
HSV(B) 201.82º 0.55% 0.62% -
XYZ 16.45 19.02 35.61 -
YUV 113.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 71 127 159 0.55 0.20 0 0.38 201.82 0.38 0.45
Hex 47 7F 9F 37 14 0 26 CA 26 2D
Octal 107 177 237 67 24 0 46 312 46 55
Binary 1000111 1111111 10011111 110111 10100 0 100110 11001010 100110 101101

Color Harmonies of #477F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F9F

Black with #477F9F

Text Example


Text Example

White with #477F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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