Html Css Color HEX #48879A Hippie Blue

📋 copy color: '#48879A'

red 72 ◦ green 135 ◦ blue 154

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

Shades of Hippie Blue #48879A

Tints of Hippie Blue #48879A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 19.94%
G = 37.4%
B = 42.66%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#48879A (or 0x48879A) is known color: Hippie Blue. HEX triplet: 48, 87 and 9A. RGB value is (72,135,154). Sum of RGB (Red+Green+Blue) = 72+135+154=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #48879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48879A is #B77865. Grayscale: #767676. Windows color (decimal): -12023910 or 10127176. OLE color: 10127176.

HSL color Cylindrical-coordinate representation of color #48879A: hue angle of 193.9º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48879A is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 135 154 -
CMYK 0.53 0.12 0 0.40
HSL 193.9º 0.36% 0.44% -
HSV(B) 193.9º 0.53% 0.6% -
XYZ 17.17 21.04 33.73 -
YUV 118.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 72 135 154 0.53 0.12 0 0.40 193.9 0.36 0.44
Hex 48 87 9A 35 C 0 28 C2 24 2C
Octal 110 207 232 65 14 0 50 302 44 54
Binary 1001000 10000111 10011010 110101 1100 0 101000 11000010 100100 101100

Color Harmonies of #48879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48879A

Black with #48879A

Text Example


Text Example

White with #48879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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