Html Css Color HEX #48879B Hippie Blue

📋 copy color: '#48879B'

red 72 ◦ green 135 ◦ blue 155

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

Shades of Hippie Blue #48879B

Tints of Hippie Blue #48879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

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

R = 19.89%
G = 37.29%
B = 42.82%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48879B (or 0x48879B) is known color: Hippie Blue. HEX triplet: 48, 87 and 9B. RGB value is (72,135,155). Sum of RGB (Red+Green+Blue) = 72+135+155=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #48879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48879B is #B77864. Grayscale: #767676. Windows color (decimal): -12023909 or 10192712. OLE color: 10192712.

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

Color convert

RGB 72 135 155 -
CMYK 0.54 0.13 0 0.39
HSL 194.46º 0.37% 0.45% -
HSV(B) 194.46º 0.54% 0.61% -
XYZ 17.25 21.07 34.17 -
YUV 118.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 72 135 155 0.54 0.13 0 0.39 194.46 0.37 0.45
Hex 48 87 9B 36 D 0 27 C2 25 2D
Octal 110 207 233 66 15 0 47 302 45 55
Binary 1001000 10000111 10011011 110110 1101 0 100111 11000010 100101 101101

Color Harmonies of #48879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48879B

Black with #48879B

Text Example


Text Example

White with #48879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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