Html Css Color HEX #478BA0 Hippie Blue

📋 copy color: '#478BA0'

red 71 ◦ green 139 ◦ blue 160

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

Shades of Hippie Blue #478BA0

Tints of Hippie Blue #478BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 19.19%
G = 37.57%
B = 43.24%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#478BA0 (or 0x478BA0) is known color: Hippie Blue. HEX triplet: 47, 8B and A0. RGB value is (71,139,160). Sum of RGB (Red+Green+Blue) = 71+139+160=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #478BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BA0 is #B8745F. Grayscale: #787878. Windows color (decimal): -12088416 or 10521415. OLE color: 10521415.

HSL color Cylindrical-coordinate representation of color #478BA0: hue angle of 194.16º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #478BA0 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 139 160 -
CMYK 0.56 0.13 0 0.37
HSL 194.16º 0.39% 0.45% -
HSV(B) 194.16º 0.56% 0.63% -
XYZ 18.18 22.34 36.61 -
YUV 121.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 71 139 160 0.56 0.13 0 0.37 194.16 0.39 0.45
Hex 47 8B A0 38 D 0 25 C2 27 2D
Octal 107 213 240 70 15 0 45 302 47 55
Binary 1000111 10001011 10100000 111000 1101 0 100101 11000010 100111 101101

Color Harmonies of #478BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BA0

Black with #478BA0

Text Example


Text Example

White with #478BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,139,160); }

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

background-color css

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

 a { background-color: rgb(71,139,160); }

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

border-color css

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

 span { border-color: rgb(71,139,160); }

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