Html Css Color HEX #478199 Hippie Blue

📋 copy color: '#478199'

red 71 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #478199

Tints of Hippie Blue #478199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 20.11%
G = 36.54%
B = 43.34%

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

#478199 (or 0x478199) is known color: Hippie Blue. HEX triplet: 47, 81 and 99. RGB value is (71,129,153). Sum of RGB (Red+Green+Blue) = 71+129+153=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #478199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478199 is #B87E66. Grayscale: #727272. Windows color (decimal): -12090983 or 10060103. OLE color: 10060103.

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

Color convert

RGB 71 129 153 -
CMYK 0.54 0.16 0 0.4
HSL 197.56º 0.37% 0.44% -
HSV(B) 197.56º 0.54% 0.6% -
XYZ 16.2 19.34 33.02 -
YUV 114.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 71 129 153 0.54 0.16 0 0.4 197.56 0.37 0.44
Hex 47 81 99 36 10 0 28 C6 25 2C
Octal 107 201 231 66 20 0 50 306 45 54
Binary 1000111 10000001 10011001 110110 10000 0 101000 11000110 100101 101100

Color Harmonies of #478199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478199

Black with #478199

Text Example


Text Example

White with #478199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478199; }

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

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

background-color css

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

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

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

border-color css

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

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

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