Html Css Color HEX #48849B Hippie Blue

📋 copy color: '#48849B'

red 72 ◦ green 132 ◦ blue 155

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

Shades of Hippie Blue #48849B

Tints of Hippie Blue #48849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 20.06%
G = 36.77%
B = 43.18%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48849B (or 0x48849B) is known color: Hippie Blue. HEX triplet: 48, 84 and 9B. RGB value is (72,132,155). Sum of RGB (Red+Green+Blue) = 72+132+155=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #48849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48849B is #B77B64. Grayscale: #747474. Windows color (decimal): -12024677 or 10191944. OLE color: 10191944.

HSL color Cylindrical-coordinate representation of color #48849B: hue angle of 196.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48849B is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 132 155 -
CMYK 0.54 0.15 0 0.39
HSL 196.63º 0.37% 0.45% -
HSV(B) 196.63º 0.54% 0.61% -
XYZ 16.84 20.25 34.03 -
YUV 116.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 72 132 155 0.54 0.15 0 0.39 196.63 0.37 0.45
Hex 48 84 9B 36 F 0 27 C5 25 2D
Octal 110 204 233 66 17 0 47 305 45 55
Binary 1001000 10000100 10011011 110110 1111 0 100111 11000101 100101 101101

Color Harmonies of #48849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48849B

Black with #48849B

Text Example


Text Example

White with #48849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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