Html Css Color HEX #478E9B Hippie Blue

📋 copy color: '#478E9B'

red 71 ◦ green 142 ◦ blue 155

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

Shades of Hippie Blue #478E9B

Tints of Hippie Blue #478E9B

RGB

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

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

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

R = 19.29%
G = 38.59%
B = 42.12%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#478E9B (or 0x478E9B) is known color: Hippie Blue. HEX triplet: 47, 8E and 9B. RGB value is (71,142,155). Sum of RGB (Red+Green+Blue) = 71+142+155=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #478E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E9B is #B87164. Grayscale: #7A7A7A. Windows color (decimal): -12087653 or 10194503. OLE color: 10194503.

HSL color Cylindrical-coordinate representation of color #478E9B: hue angle of 189.29º 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 #478E9B is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 142 155 -
CMYK 0.54 0.08 0 0.39
HSL 189.29º 0.37% 0.44% -
HSV(B) 189.29º 0.54% 0.61% -
XYZ 18.19 23.05 34.5 -
YUV 122.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 71 142 155 0.54 0.08 0 0.39 189.29 0.37 0.44
Hex 47 8E 9B 36 8 0 27 BD 25 2C
Octal 107 216 233 66 10 0 47 275 45 54
Binary 1000111 10001110 10011011 110110 1000 0 100111 10111101 100101 101100

Color Harmonies of #478E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E9B

Black with #478E9B

Text Example


Text Example

White with #478E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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