Html Css Color HEX #48829A Hippie Blue

📋 copy color: '#48829A'

red 72 ◦ green 130 ◦ blue 154

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

Shades of Hippie Blue #48829A

Tints of Hippie Blue #48829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 20.22%
G = 36.52%
B = 43.26%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48829A (or 0x48829A) is known color: Hippie Blue. HEX triplet: 48, 82 and 9A. RGB value is (72,130,154). Sum of RGB (Red+Green+Blue) = 72+130+154=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #48829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48829A is #B77D65. Grayscale: #737373. Windows color (decimal): -12025190 or 10125896. OLE color: 10125896.

HSL color Cylindrical-coordinate representation of color #48829A: hue angle of 197.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48829A is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 130 154 -
CMYK 0.53 0.16 0 0.40
HSL 197.56º 0.36% 0.44% -
HSV(B) 197.56º 0.53% 0.6% -
XYZ 16.49 19.68 33.5 -
YUV 115.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 72 130 154 0.53 0.16 0 0.40 197.56 0.36 0.44
Hex 48 82 9A 35 10 0 28 C6 24 2C
Octal 110 202 232 65 20 0 50 306 44 54
Binary 1001000 10000010 10011010 110101 10000 0 101000 11000110 100100 101100

Color Harmonies of #48829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48829A

Black with #48829A

Text Example


Text Example

White with #48829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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