Html Css Color HEX #48869B Hippie Blue

📋 copy color: '#48869B'

red 72 ◦ green 134 ◦ blue 155

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

Shades of Hippie Blue #48869B

Tints of Hippie Blue #48869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 19.94%
G = 37.12%
B = 42.94%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48869B (or 0x48869B) is known color: Hippie Blue. HEX triplet: 48, 86 and 9B. RGB value is (72,134,155). Sum of RGB (Red+Green+Blue) = 72+134+155=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #48869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48869B is #B77964. Grayscale: #757575. Windows color (decimal): -12024165 or 10192456. OLE color: 10192456.

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

Color convert

RGB 72 134 155 -
CMYK 0.54 0.14 0 0.39
HSL 195.18º 0.37% 0.45% -
HSV(B) 195.18º 0.54% 0.61% -
XYZ 17.11 20.79 34.12 -
YUV 117.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 72 134 155 0.54 0.14 0 0.39 195.18 0.37 0.45
Hex 48 86 9B 36 E 0 27 C3 25 2D
Octal 110 206 233 66 16 0 47 303 45 55
Binary 1001000 10000110 10011011 110110 1110 0 100111 11000011 100101 101101

Color Harmonies of #48869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48869B

Black with #48869B

Text Example


Text Example

White with #48869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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