Html Css Color HEX #478BA1 Hippie Blue

📋 copy color: '#478BA1'

red 71 ◦ green 139 ◦ blue 161

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

Shades of Hippie Blue #478BA1

Tints of Hippie Blue #478BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 19.14%
G = 37.47%
B = 43.4%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#478BA1 (or 0x478BA1) is known color: Hippie Blue. HEX triplet: 47, 8B and A1. RGB value is (71,139,161). Sum of RGB (Red+Green+Blue) = 71+139+161=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #478BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478BA1 is #B8745E. Grayscale: #797979. Windows color (decimal): -12088415 or 10586951. OLE color: 10586951.

HSL color Cylindrical-coordinate representation of color #478BA1: hue angle of 194.67º 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 #478BA1 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 139 161 -
CMYK 0.56 0.14 0 0.37
HSL 194.67º 0.39% 0.45% -
HSV(B) 194.67º 0.56% 0.63% -
XYZ 18.26 22.38 37.07 -
YUV 121.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 71 139 161 0.56 0.14 0 0.37 194.67 0.39 0.45
Hex 47 8B A1 38 E 0 25 C3 27 2D
Octal 107 213 241 70 16 0 45 303 47 55
Binary 1000111 10001011 10100001 111000 1110 0 100101 11000011 100111 101101

Color Harmonies of #478BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BA1

Black with #478BA1

Text Example


Text Example

White with #478BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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