Html Css Color HEX #48839C Hippie Blue

📋 copy color: '#48839C'

red 72 ◦ green 131 ◦ blue 156

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

Shades of Hippie Blue #48839C

Tints of Hippie Blue #48839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 20.06%
G = 36.49%
B = 43.45%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48839C (or 0x48839C) is known color: Hippie Blue. HEX triplet: 48, 83 and 9C. RGB value is (72,131,156). Sum of RGB (Red+Green+Blue) = 72+131+156=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #48839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48839C is #B77C63. Grayscale: #747474. Windows color (decimal): -12024932 or 10257224. OLE color: 10257224.

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

Color convert

RGB 72 131 156 -
CMYK 0.54 0.16 0 0.39
HSL 197.86º 0.37% 0.45% -
HSV(B) 197.86º 0.54% 0.61% -
XYZ 16.79 20.01 34.43 -
YUV 116.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 72 131 156 0.54 0.16 0 0.39 197.86 0.37 0.45
Hex 48 83 9C 36 10 0 27 C6 25 2D
Octal 110 203 234 66 20 0 47 306 45 55
Binary 1001000 10000011 10011100 110110 10000 0 100111 11000110 100101 101101

Color Harmonies of #48839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48839C

Black with #48839C

Text Example


Text Example

White with #48839C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48839C; }

 p { color: rgb(72,131,156); }

 H1.HeaderClassName
 {
   color: #48839C;
 }
 .AnyTagClassName
 {
   color: #48839C;
 }
</style>

background-color css

<style>
 a { background-color: #48839C; }

 a { background-color: rgb(72,131,156); }

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

border-color css

<style>
 span { border-color: #48839C; }

 span { border-color: rgb(72,131,156); }

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