Html Css Color HEX #478FA0 Hippie Blue

📋 copy color: '#478FA0'

red 71 ◦ green 143 ◦ blue 160

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

Shades of Hippie Blue #478FA0

Tints of Hippie Blue #478FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

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

R = 18.98%
G = 38.24%
B = 42.78%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#478FA0 (or 0x478FA0) is known color: Hippie Blue. HEX triplet: 47, 8F and A0. RGB value is (71,143,160). Sum of RGB (Red+Green+Blue) = 71+143+160=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #478FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478FA0 is #B8705F. Grayscale: #7B7B7B. Windows color (decimal): -12087392 or 10522439. OLE color: 10522439.

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

Color convert

RGB 71 143 160 -
CMYK 0.56 0.11 0 0.37
HSL 191.46º 0.39% 0.45% -
HSV(B) 191.46º 0.56% 0.63% -
XYZ 18.77 23.52 36.81 -
YUV 123.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 71 143 160 0.56 0.11 0 0.37 191.46 0.39 0.45
Hex 47 8F A0 38 B 0 25 BF 27 2D
Octal 107 217 240 70 13 0 45 277 47 55
Binary 1000111 10001111 10100000 111000 1011 0 100101 10111111 100111 101101

Color Harmonies of #478FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FA0

Black with #478FA0

Text Example


Text Example

White with #478FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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