Html Css Color HEX #47829F Hippie Blue

📋 copy color: '#47829F'

red 71 ◦ green 130 ◦ blue 159

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

Shades of Hippie Blue #47829F

Tints of Hippie Blue #47829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 19.72%
G = 36.11%
B = 44.17%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47829F (or 0x47829F) is known color: Hippie Blue. HEX triplet: 47, 82 and 9F. RGB value is (71,130,159). Sum of RGB (Red+Green+Blue) = 71+130+159=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #47829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47829F is #B87D60. Grayscale: #737373. Windows color (decimal): -12090721 or 10453575. OLE color: 10453575.

HSL color Cylindrical-coordinate representation of color #47829F: hue angle of 199.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47829F is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 130 159 -
CMYK 0.55 0.18 0 0.38
HSL 199.77º 0.38% 0.45% -
HSV(B) 199.77º 0.55% 0.62% -
XYZ 16.84 19.81 35.74 -
YUV 115.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 71 130 159 0.55 0.18 0 0.38 199.77 0.38 0.45
Hex 47 82 9F 37 12 0 26 C8 26 2D
Octal 107 202 237 67 22 0 46 310 46 55
Binary 1000111 10000010 10011111 110111 10010 0 100110 11001000 100110 101101

Color Harmonies of #47829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47829F

Black with #47829F

Text Example


Text Example

White with #47829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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