Html Css Color HEX #48829E Hippie Blue

📋 copy color: '#48829E'

red 72 ◦ green 130 ◦ blue 158

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

Shades of Hippie Blue #48829E

Tints of Hippie Blue #48829E

RGB

 RED value IS 72 (28.52% from 255) = 20%

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

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 20%
G = 36.11%
B = 43.89%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48829E (or 0x48829E) is known color: Hippie Blue. HEX triplet: 48, 82 and 9E. RGB value is (72,130,158). Sum of RGB (Red+Green+Blue) = 72+130+158=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #48829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48829E is #B77D61. Grayscale: #737373. Windows color (decimal): -12025186 or 10388040. OLE color: 10388040.

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

Color convert

RGB 72 130 158 -
CMYK 0.54 0.18 0 0.38
HSL 199.53º 0.37% 0.45% -
HSV(B) 199.53º 0.54% 0.62% -
XYZ 16.83 19.81 35.28 -
YUV 115.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 72 130 158 0.54 0.18 0 0.38 199.53 0.37 0.45
Hex 48 82 9E 36 12 0 26 C8 25 2D
Octal 110 202 236 66 22 0 46 310 45 55
Binary 1001000 10000010 10011110 110110 10010 0 100110 11001000 100101 101101

Color Harmonies of #48829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48829E

Black with #48829E

Text Example


Text Example

White with #48829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48829E; }

 p { color: rgb(72,130,158); }

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

background-color css

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

 a { background-color: rgb(72,130,158); }

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

border-color css

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

 span { border-color: rgb(72,130,158); }

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