Html Css Color HEX #478599 Hippie Blue

📋 copy color: '#478599'

red 71 ◦ green 133 ◦ blue 153

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

Shades of Hippie Blue #478599

Tints of Hippie Blue #478599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 19.89%
G = 37.25%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#478599 (or 0x478599) is known color: Hippie Blue. HEX triplet: 47, 85 and 99. RGB value is (71,133,153). Sum of RGB (Red+Green+Blue) = 71+133+153=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #478599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478599 is #B87A66. Grayscale: #747474. Windows color (decimal): -12089959 or 10061127. OLE color: 10061127.

HSL color Cylindrical-coordinate representation of color #478599: hue angle of 194.63º 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 #478599 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 133 153 -
CMYK 0.54 0.13 0 0.4
HSL 194.63º 0.37% 0.44% -
HSV(B) 194.63º 0.54% 0.6% -
XYZ 16.74 20.41 33.2 -
YUV 116.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 71 133 153 0.54 0.13 0 0.4 194.63 0.37 0.44
Hex 47 85 99 36 D 0 28 C3 25 2C
Octal 107 205 231 66 15 0 50 303 45 54
Binary 1000111 10000101 10011001 110110 1101 0 101000 11000011 100101 101100

Color Harmonies of #478599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478599

Black with #478599

Text Example


Text Example

White with #478599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478599; }

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

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

background-color css

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

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

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

border-color css

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

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

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