Html Css Color HEX #478E9E Hippie Blue

📋 copy color: '#478E9E'

red 71 ◦ green 142 ◦ blue 158

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

Shades of Hippie Blue #478E9E

Tints of Hippie Blue #478E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.27%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 19.14%
G = 38.27%
B = 42.59%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#478E9E (or 0x478E9E) is known color: Hippie Blue. HEX triplet: 47, 8E and 9E. RGB value is (71,142,158). Sum of RGB (Red+Green+Blue) = 71+142+158=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #478E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E9E is #B87161. Grayscale: #7A7A7A. Windows color (decimal): -12087650 or 10391111. OLE color: 10391111.

HSL color Cylindrical-coordinate representation of color #478E9E: hue angle of 191.03º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #478E9E is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 142 158 -
CMYK 0.55 0.10 0 0.38
HSL 191.03º 0.38% 0.45% -
HSV(B) 191.03º 0.55% 0.62% -
XYZ 18.44 23.15 35.84 -
YUV 122.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 71 142 158 0.55 0.10 0 0.38 191.03 0.38 0.45
Hex 47 8E 9E 37 A 0 26 BF 26 2D
Octal 107 216 236 67 12 0 46 277 46 55
Binary 1000111 10001110 10011110 110111 1010 0 100110 10111111 100110 101101

Color Harmonies of #478E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E9E

Black with #478E9E

Text Example


Text Example

White with #478E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478E9E; }

 p { color: rgb(71,142,158); }

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

background-color css

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

 a { background-color: rgb(71,142,158); }

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

border-color css

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

 span { border-color: rgb(71,142,158); }

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