Html Css Color HEX #478A9B Hippie Blue

📋 copy color: '#478A9B'

red 71 ◦ green 138 ◦ blue 155

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

Shades of Hippie Blue #478A9B

Tints of Hippie Blue #478A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 19.51%
G = 37.91%
B = 42.58%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#478A9B (or 0x478A9B) is known color: Hippie Blue. HEX triplet: 47, 8A and 9B. RGB value is (71,138,155). Sum of RGB (Red+Green+Blue) = 71+138+155=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #478A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A9B is #B87564. Grayscale: #777777. Windows color (decimal): -12088677 or 10193479. OLE color: 10193479.

HSL color Cylindrical-coordinate representation of color #478A9B: hue angle of 192.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478A9B is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 138 155 -
CMYK 0.54 0.11 0 0.39
HSL 192.14º 0.37% 0.44% -
HSV(B) 192.14º 0.54% 0.61% -
XYZ 17.6 21.88 34.31 -
YUV 119.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 71 138 155 0.54 0.11 0 0.39 192.14 0.37 0.44
Hex 47 8A 9B 36 B 0 27 C0 25 2C
Octal 107 212 233 66 13 0 47 300 45 54
Binary 1000111 10001010 10011011 110110 1011 0 100111 11000000 100101 101100

Color Harmonies of #478A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478A9B

Black with #478A9B

Text Example


Text Example

White with #478A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,138,155); }

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

background-color css

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

 a { background-color: rgb(71,138,155); }

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

border-color css

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

 span { border-color: rgb(71,138,155); }

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