Html Css Color HEX #478291 Hippie Blue

📋 copy color: '#478291'

red 71 ◦ green 130 ◦ blue 145

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

Shades of Hippie Blue #478291

Tints of Hippie Blue #478291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 20.52%
G = 37.57%
B = 41.91%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#478291 (or 0x478291) is known color: Hippie Blue. HEX triplet: 47, 82 and 91. RGB value is (71,130,145). Sum of RGB (Red+Green+Blue) = 71+130+145=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #478291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478291 is #B87D6E. Grayscale: #717171. Windows color (decimal): -12090735 or 9536071. OLE color: 9536071.

HSL color Cylindrical-coordinate representation of color #478291: hue angle of 192.16º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478291 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 130 145 -
CMYK 0.51 0.10 0 0.43
HSL 192.16º 0.34% 0.42% -
HSV(B) 192.16º 0.51% 0.57% -
XYZ 15.69 19.35 29.7 -
YUV 114.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 71 130 145 0.51 0.10 0 0.43 192.16 0.34 0.42
Hex 47 82 91 33 A 0 2B C0 22 2A
Octal 107 202 221 63 12 0 53 300 42 52
Binary 1000111 10000010 10010001 110011 1010 0 101011 11000000 100010 101010

Color Harmonies of #478291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478291

Black with #478291

Text Example


Text Example

White with #478291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478291; }

 p { color: rgb(71,130,145); }

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

background-color css

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

 a { background-color: rgb(71,130,145); }

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

border-color css

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

 span { border-color: rgb(71,130,145); }

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