#48869C

Color #48869C Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #48869C

Tints of Hippie Blue #48869C

Color information

#48869C (or 0x48869C) is unknown color: approx Hippie Blue. HEX triplet: 48, 86 and 9C. RGB value is (72,134,156). Sum of RGB (Red+Green+Blue) = 72+134+156=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #48869C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48869C is #B77963. Grayscale: #757575. Windows color (decimal): -12024164 or 10257992. OLE color: 10257992.

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

Color convert

RGB72134156-
CMYK0.540.1400.39
HSL195.71º36.84%44.71%-
HSV(B)195.71º53.85%61.18%-
XYZ17.220.8334.57-
YUV117.97149.4695.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=19.89%
G=37.02%
B=43.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721341560.540.1400.39195.7136.8444.71
Hex48869C36E027c4252d
Octal11020623466160473044555
Binary100100010000110100111001101101110010011111000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48869C;
 }
 .AnyTagClassName
 {
   color: #48869C;
 }
</style>
background-color css

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

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

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

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

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

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