Html Css Color HEX #478799 Hippie Blue

📋 copy color: '#478799'

red 71 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #478799

Tints of Hippie Blue #478799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 19.78%
G = 37.6%
B = 42.62%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#478799 (or 0x478799) is known color: Hippie Blue. HEX triplet: 47, 87 and 99. RGB value is (71,135,153). Sum of RGB (Red+Green+Blue) = 71+135+153=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #478799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478799 is #B87866. Grayscale: #757575. Windows color (decimal): -12089447 or 10061639. OLE color: 10061639.

HSL color Cylindrical-coordinate representation of color #478799: hue angle of 193.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478799 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 135 153 -
CMYK 0.54 0.12 0 0.4
HSL 193.17º 0.37% 0.44% -
HSV(B) 193.17º 0.54% 0.6% -
XYZ 17.01 20.97 33.29 -
YUV 117.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 71 135 153 0.54 0.12 0 0.4 193.17 0.37 0.44
Hex 47 87 99 36 C 0 28 C1 25 2C
Octal 107 207 231 66 14 0 50 301 45 54
Binary 1000111 10000111 10011001 110110 1100 0 101000 11000001 100101 101100

Color Harmonies of #478799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478799

Black with #478799

Text Example


Text Example

White with #478799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478799; }

 p { color: rgb(71,135,153); }

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

background-color css

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

 a { background-color: rgb(71,135,153); }

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

border-color css

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

 span { border-color: rgb(71,135,153); }

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