Html Css Color HEX #477F98 Hippie Blue

📋 copy color: '#477F98'

red 71 ◦ green 127 ◦ blue 152

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

Shades of Hippie Blue #477F98

Tints of Hippie Blue #477F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 20.29%
G = 36.29%
B = 43.43%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#477F98 (or 0x477F98) is known color: Hippie Blue. HEX triplet: 47, 7F and 98. RGB value is (71,127,152). Sum of RGB (Red+Green+Blue) = 71+127+152=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #477F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F98 is #B88067. Grayscale: #707070. Windows color (decimal): -12091496 or 9994055. OLE color: 9994055.

HSL color Cylindrical-coordinate representation of color #477F98: hue angle of 198.52º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477F98 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 127 152 -
CMYK 0.53 0.16 0 0.40
HSL 198.52º 0.36% 0.44% -
HSV(B) 198.52º 0.53% 0.6% -
XYZ 15.86 18.79 32.5 -
YUV 113.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 71 127 152 0.53 0.16 0 0.40 198.52 0.36 0.44
Hex 47 7F 98 35 10 0 28 C7 24 2C
Octal 107 177 230 65 20 0 50 307 44 54
Binary 1000111 1111111 10011000 110101 10000 0 101000 11000111 100100 101100

Color Harmonies of #477F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F98

Black with #477F98

Text Example


Text Example

White with #477F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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