Html Css Color HEX #477D9E Hippie Blue

📋 copy color: '#477D9E'

red 71 ◦ green 125 ◦ blue 158

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

Shades of Hippie Blue #477D9E

Tints of Hippie Blue #477D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 20.06%
G = 35.31%
B = 44.63%

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

#477D9E (or 0x477D9E) is known color: Hippie Blue. HEX triplet: 47, 7D and 9E. RGB value is (71,125,158). Sum of RGB (Red+Green+Blue) = 71+125+158=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #477D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D9E is #B88261. Grayscale: #707070. Windows color (decimal): -12092002 or 10386759. OLE color: 10386759.

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

Color convert

RGB 71 125 158 -
CMYK 0.55 0.21 0 0.38
HSL 202.76º 0.38% 0.45% -
HSV(B) 202.76º 0.55% 0.62% -
XYZ 16.1 18.48 35.07 -
YUV 112.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 71 125 158 0.55 0.21 0 0.38 202.76 0.38 0.45
Hex 47 7D 9E 37 15 0 26 CB 26 2D
Octal 107 175 236 67 25 0 46 313 46 55
Binary 1000111 1111101 10011110 110111 10101 0 100110 11001011 100110 101101

Color Harmonies of #477D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D9E

Black with #477D9E

Text Example


Text Example

White with #477D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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