Html Css Color HEX #48899E Hippie Blue

📋 copy color: '#48899E'

red 72 ◦ green 137 ◦ blue 158

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

Shades of Hippie Blue #48899E

Tints of Hippie Blue #48899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 19.62%
G = 37.33%
B = 43.05%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48899E (or 0x48899E) is known color: Hippie Blue. HEX triplet: 48, 89 and 9E. RGB value is (72,137,158). Sum of RGB (Red+Green+Blue) = 72+137+158=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #48899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48899E is #B77661. Grayscale: #777777. Windows color (decimal): -12023394 or 10389832. OLE color: 10389832.

HSL color Cylindrical-coordinate representation of color #48899E: hue angle of 194.65º 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 #48899E is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 137 158 -
CMYK 0.54 0.13 0 0.38
HSL 194.65º 0.37% 0.45% -
HSV(B) 194.65º 0.54% 0.62% -
XYZ 17.79 21.74 35.61 -
YUV 119.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 72 137 158 0.54 0.13 0 0.38 194.65 0.37 0.45
Hex 48 89 9E 36 D 0 26 C3 25 2D
Octal 110 211 236 66 15 0 46 303 45 55
Binary 1001000 10001001 10011110 110110 1101 0 100110 11000011 100101 101101

Color Harmonies of #48899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48899E

Black with #48899E

Text Example


Text Example

White with #48899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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