Html Css Color HEX #48849A Hippie Blue

📋 copy color: '#48849A'

red 72 ◦ green 132 ◦ blue 154

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

Shades of Hippie Blue #48849A

Tints of Hippie Blue #48849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 20.11%
G = 36.87%
B = 43.02%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48849A (or 0x48849A) is known color: Hippie Blue. HEX triplet: 48, 84 and 9A. RGB value is (72,132,154). Sum of RGB (Red+Green+Blue) = 72+132+154=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #48849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48849A is #B77B65. Grayscale: #747474. Windows color (decimal): -12024678 or 10126408. OLE color: 10126408.

HSL color Cylindrical-coordinate representation of color #48849A: hue angle of 196.1º 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 #48849A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 132 154 -
CMYK 0.53 0.14 0 0.40
HSL 196.1º 0.36% 0.44% -
HSV(B) 196.1º 0.53% 0.6% -
XYZ 16.76 20.21 33.59 -
YUV 116.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 72 132 154 0.53 0.14 0 0.40 196.1 0.36 0.44
Hex 48 84 9A 35 E 0 28 C4 24 2C
Octal 110 204 232 65 16 0 50 304 44 54
Binary 1001000 10000100 10011010 110101 1110 0 101000 11000100 100100 101100

Color Harmonies of #48849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48849A

Black with #48849A

Text Example


Text Example

White with #48849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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