Html Css Color HEX #48859E Hippie Blue

📋 copy color: '#48859E'

red 72 ◦ green 133 ◦ blue 158

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

Shades of Hippie Blue #48859E

Tints of Hippie Blue #48859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 19.83%
G = 36.64%
B = 43.53%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48859E (or 0x48859E) is known color: Hippie Blue. HEX triplet: 48, 85 and 9E. RGB value is (72,133,158). Sum of RGB (Red+Green+Blue) = 72+133+158=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #48859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48859E is #B77A61. Grayscale: #757575. Windows color (decimal): -12024418 or 10388808. OLE color: 10388808.

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

Color convert

RGB 72 133 158 -
CMYK 0.54 0.16 0 0.38
HSL 197.44º 0.37% 0.45% -
HSV(B) 197.44º 0.54% 0.62% -
XYZ 17.23 20.62 35.42 -
YUV 117.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 72 133 158 0.54 0.16 0 0.38 197.44 0.37 0.45
Hex 48 85 9E 36 10 0 26 C5 25 2D
Octal 110 205 236 66 20 0 46 305 45 55
Binary 1001000 10000101 10011110 110110 10000 0 100110 11000101 100101 101101

Color Harmonies of #48859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48859E

Black with #48859E

Text Example


Text Example

White with #48859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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