Html Css Color HEX #48889A Hippie Blue

📋 copy color: '#48889A'

red 72 ◦ green 136 ◦ blue 154

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

Shades of Hippie Blue #48889A

Tints of Hippie Blue #48889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

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

R = 19.89%
G = 37.57%
B = 42.54%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48889A (or 0x48889A) is known color: Hippie Blue. HEX triplet: 48, 88 and 9A. RGB value is (72,136,154). Sum of RGB (Red+Green+Blue) = 72+136+154=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #48889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48889A is #B77765. Grayscale: #767676. Windows color (decimal): -12023654 or 10127432. OLE color: 10127432.

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

Color convert

RGB 72 136 154 -
CMYK 0.53 0.12 0 0.40
HSL 193.17º 0.36% 0.44% -
HSV(B) 193.17º 0.53% 0.6% -
XYZ 17.31 21.32 33.77 -
YUV 118.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 72 136 154 0.53 0.12 0 0.40 193.17 0.36 0.44
Hex 48 88 9A 35 C 0 28 C1 24 2C
Octal 110 210 232 65 14 0 50 301 44 54
Binary 1001000 10001000 10011010 110101 1100 0 101000 11000001 100100 101100

Color Harmonies of #48889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48889A

Black with #48889A

Text Example


Text Example

White with #48889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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