Html Css Color HEX #478099 Hippie Blue

📋 copy color: '#478099'

red 71 ◦ green 128 ◦ blue 153

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

Shades of Hippie Blue #478099

Tints of Hippie Blue #478099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

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

R = 20.17%
G = 36.36%
B = 43.47%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#478099 (or 0x478099) is known color: Hippie Blue. HEX triplet: 47, 80 and 99. RGB value is (71,128,153). Sum of RGB (Red+Green+Blue) = 71+128+153=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #478099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478099 is #B87F66. Grayscale: #717171. Windows color (decimal): -12091239 or 10059847. OLE color: 10059847.

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

Color convert

RGB 71 128 153 -
CMYK 0.54 0.16 0 0.4
HSL 198.29º 0.37% 0.44% -
HSV(B) 198.29º 0.54% 0.6% -
XYZ 16.07 19.08 32.97 -
YUV 113.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 71 128 153 0.54 0.16 0 0.4 198.29 0.37 0.44
Hex 47 80 99 36 10 0 28 C6 25 2C
Octal 107 200 231 66 20 0 50 306 45 54
Binary 1000111 10000000 10011001 110110 10000 0 101000 11000110 100101 101100

Color Harmonies of #478099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478099

Black with #478099

Text Example


Text Example

White with #478099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478099; }

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

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

background-color css

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

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

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

border-color css

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

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

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