#4886a2

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

Shades of Hippie Blue #4886A2

Tints of Hippie Blue #4886A2

Color information

#4886A2 (or 0x4886A2) is unknown color: approx Hippie Blue. HEX triplet: 48, 86 and A2. RGB value is (72,134,162). Sum of RGB (Red+Green+Blue) = 72+134+162=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 162 - color contains mainly: blue. Hex color #4886A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4886A2 is #B7795D. Grayscale: #767676. Windows color (decimal): -12024158 or 10651208. OLE color: 10651208.

HSL color Cylindrical-coordinate representation of color #4886A2: hue angle of 198.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4886A2 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72134162-
CMYK0.560.1700.36
HSL198.67º38.46%45.88%-
HSV(B)198.67º55.56%63.53%-
XYZ17.7221.0437.31-
YUV118.65152.4694.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 162 (63.67% from 255) = 44.02%
R=19.57%
G=36.41%
B=44.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721341620.560.1700.36198.6738.4645.88
Hex4886A23811024c7262e
Octal11020624270210443074656
Binary1001000100001101010001011100010001010010011000111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4886a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4886a2; }

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

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

<style>
 a { background-color: #4886a2; }

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

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

<style>
 span { border-color: #4886a2; }

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

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